commit ab951cd8d72abca10fcfffe1425ffba0b112c104 parent 51a501fbacffa67fd4bfcbf088c9dd2d47e81863 Author: iostpa <iostpa@iostpa.com> Date: Mon, 13 Apr 2026 12:41:05 +0300 Add groups to each package ecosystem Diffstat:
| M | .github/dependabot.yml | | | 14 | ++++++++++++-- |
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -6,9 +6,19 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + dependencies: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: "github-actions" target-branch: "main" directory: "/.github/workflows" schedule: - interval: "daily"- \ No newline at end of file + interval: "daily" + groups: + dependencies: + applies-to: version-updates + patterns: + - "*"+ \ No newline at end of file