Skip to content

Commit

Permalink
Update Dependabot config
Browse files Browse the repository at this point in the history
to update GitHub actions versions and dependencies specified in the version catalog.
  • Loading branch information
mtrewartha committed Dec 9, 2023
1 parent 7e583ec commit 135eba4
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gradle"
directory: "/app"
schedule:
interval: "daily"
target-branch: "main"
- package-ecosystem: "gradle"
directory: "/domain"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
- package-ecosystem: "gradle"
directory: "/data"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"

0 comments on commit 135eba4

Please sign in to comment.