commit d8a2d6e22506c2a2635eb34eb1367f28b9c0e1a1 parent 6004facb7ff5b7c9c53d5d7dd17cca28e80cf89b Author: iostpa <iostpa@iostpa.com> Date: Sat, 4 Apr 2026 21:52:59 +0300 Fix dependabot.yml Diffstat:
| M | .github/dependabot.yml | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: - package-ecosystem: "bun" # See documentation for possible values target-branch: "main" directory: "/" # Location of package manifests + multi-ecosystem-group: "infrastructure" + - package-ecosystem: "github-actions" target-branch: "main" - directory: "/.github/workflows"- \ No newline at end of file + directory: "/.github/workflows" + multi-ecosystem-group: "infrastructure"+ \ No newline at end of file