diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 14:20:28 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-29 14:20:28 -0500 |
commit | e1a78528507c4303e0070b185c5006b36555baa5 (patch) | |
tree | 28ac643025f6a4403b72992d41f4dc7550c082b1 /.github/dependabot.yml | |
parent | [SKIP CI] ci: Add nuget token explicitly (diff) | |
download | locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.gz locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.bz2 locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.lz locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.xz locusts-e1a78528507c4303e0070b185c5006b36555baa5.tar.zst locusts-e1a78528507c4303e0070b185c5006b36555baa5.zip |
chore: Update dependency management for Gradle and Go modules
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 317b202..556ccc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -50,3 +50,21 @@ updates: applies-to: version-updates patterns: - "*" + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" + groups: + jvm-dependencies: + applies-to: version-updates + patterns: + - "*" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + groups: + golang-dependencies: + applies-to: version-updates + patterns: + - "*" |