]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Configure Dependabot for GitHub Actions updates
authorGiorgio Ravera <47370115+xraver@users.noreply.github.com>
Mon, 24 Aug 2026 20:36:45 +0000 (22:36 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2026 20:36:45 +0000 (22:36 +0200)
Removed comments and specified package ecosystem for GitHub Actions.

.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..5ace460
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"