From: George Sapkin Date: Sat, 27 Dec 2025 23:24:14 +0000 (+0200) Subject: ci: add dependabot X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c1f0e9ce1962bef0719f6c22aa6f8c785223da80;p=openwrt-packages.git ci: add dependabot Add dependabot config to automatically check for action updates once a week and open PRs if any are found. Signed-off-by: George Sapkin --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..10290b5a6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + commit-message: + prefix: 'ci'