From: Jan Macku Date: Thu, 25 Aug 2022 17:12:22 +0000 (+0200) Subject: ci: Add Dependabot to keep GitHub actions up to date X-Git-Tag: v2.4.3~76^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F462%2Fhead;p=thirdparty%2Fcups.git ci: Add Dependabot to keep GitHub actions up to date Dependabot will help you to keep you notified about new releases and help you update your workflows. Interval is set to `monthly` so it won't make too much noise. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..3fa888a512 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +--- + +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + labels: + - 'type: dependencies' + - 'github-actions'