Skip to content

Commit

Permalink
Setup Dependabot version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroyer committed Mar 1, 2025
1 parent 00ccd50 commit 0b21e3f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
groups:
all-minor:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
groups:
all:
patterns:
- "*"
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ ktlint = "1.5.0"
errorprone-checkApi = { module = "com.google.errorprone:error_prone_check_api", version.ref = "errorprone" }
truth = "com.google.truth:truth:1.4.4"

# Versions used in build script, libraries added here for Dependabot
junitJupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref="junitJupiter" }
ktlint = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" }

[bundles]

[plugins]
Expand Down

0 comments on commit 0b21e3f

Please sign in to comment.