commit 51a501fbacffa67fd4bfcbf088c9dd2d47e81863
parent d8a2d6e22506c2a2635eb34eb1367f28b9c0e1a1
Author: iostpa <iostpa@iostpa.com>
Date: Sat, 4 Apr 2026 21:54:35 +0300
Revert back to how dependabot.yml was but change the interval for Actions
Diffstat:
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
@@ -1,17 +1,14 @@
version: 2
-multi-ecosystem-groups:
- infrastructure:
- schedule:
- interval: "daily"
-
updates:
- package-ecosystem: "bun" # See documentation for possible values
target-branch: "main"
directory: "/" # Location of package manifests
- multi-ecosystem-group: "infrastructure"
-
+ schedule:
+ interval: "daily"
+
- package-ecosystem: "github-actions"
target-branch: "main"
directory: "/.github/workflows"
- multi-ecosystem-group: "infrastructure"-
\ No newline at end of file
+ schedule:
+ interval: "daily"+
\ No newline at end of file