From d9ce7f5eee93193b4ab31bd113ae411625c1816e Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 1 Dec 2022 07:57:03 +0900 Subject: [PATCH] Added dependabot for GitHub Actions How about using dependabot in this way? When this works, a PullRequest is created as follows: - https://github.com/ruby/bigdecimal/pull/242 Same as the PR here: https://github.com/rubocop/rubocop/pull/11215 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b18fd29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'