ci: add dependabot
authorGeorge Sapkin <redacted>
Sat, 27 Dec 2025 23:24:14 +0000 (01:24 +0200)
committerGeorge Sapkin <redacted>
Tue, 27 Jan 2026 23:04:56 +0000 (01:04 +0200)
Add dependabot config to automatically check for action updates once a
week and open PRs if any are found.

Signed-off-by: George Sapkin <redacted>
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..10290b5
--- /dev/null
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: 'github-actions'
+    directory: '/'
+    schedule:
+      interval: 'weekly'
+    commit-message:
+      prefix: 'ci'
git clone https://git.99rst.org/PROJECT