From d5424bbd6dcf554939b710dd93719f2b860125b0 Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Wed, 17 May 2023 10:48:45 +0900 Subject: [PATCH] Added dependabot for GitHub Actions How about use dependabot like these? - https://github.com/ruby/csv/pull/265 - https://github.com/ruby/fiddle/pull/116 - https://github.com/ruby/rexml/pull/89 - https://github.com/ruby/rss/pull/40 - https://github.com/ruby/xmlrpc/pull/31 --- .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 00000000..b18fd293 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'