From c1f0e9ce1962bef0719f6c22aa6f8c785223da80 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Sun, 28 Dec 2025 01:24:14 +0200 Subject: [PATCH] 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 --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..10290b5a64 --- /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'