From: Christian Marangi Date: Fri, 12 Apr 2024 13:16:53 +0000 (+0200) Subject: CI: add dependabot scan X-Git-Tag: v13~16 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a898d87b7995b15b35d4db7511ae5372b98cf63f;p=buildbot.git CI: add dependabot scan Add dependabot scan to warn and propose updates to our github actions. Signed-off-by: Christian Marangi --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..41039d6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" + # Prefix all commit messages with "CI" plus its scope, that is, a + # list of updated dependencies + commit-message: + prefix: "CI" + include: "scope"