reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | README | LICENSE

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:
M.github/dependabot.yml | 15++++++---------
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
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror