diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 09:14:49 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 09:14:49 -0500 |
commit | e942c0f20ebb36e3c0c4aef8e4086a54420839dc (patch) | |
tree | 00a31f423808f01d90664766e7975f827b105cdf | |
parent | Bump @typescript-eslint/eslint-plugin from 8.0.0 to 8.0.1 (diff) | |
download | zorascript-e942c0f20ebb36e3c0c4aef8e4086a54420839dc.tar zorascript-e942c0f20ebb36e3c0c4aef8e4086a54420839dc.tar.gz zorascript-e942c0f20ebb36e3c0c4aef8e4086a54420839dc.tar.bz2 zorascript-e942c0f20ebb36e3c0c4aef8e4086a54420839dc.tar.lz zorascript-e942c0f20ebb36e3c0c4aef8e4086a54420839dc.tar.xz zorascript-e942c0f20ebb36e3c0c4aef8e4086a54420839dc.tar.zst zorascript-e942c0f20ebb36e3c0c4aef8e4086a54420839dc.zip |
Group all dependabot dependencies
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | .github/dependabot.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53a1029..81c1655 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,11 +9,26 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + groups: + node-deps: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + groups: + gha-deps: + applies-to: version-updates + patterns: + - "*" - package-ecosystem: "cargo" directory: "/" schedule: interval: "daily" + groups: + cargo-deps: + applies-to: version-updates + patterns: + - "*"
\ No newline at end of file |