From f86ed44abc17f1531c25614524f5b75b59ca10c7 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:21:47 +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 It was created with reference to the following: - https://github.com/ruby/csv/pull/265 --- .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 00000000000..b18fd293573 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'