Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasCir authored Mar 17, 2023
1 parent 3ee22ed commit b9de4ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ updates:
directory: "/sormas-widgetset"
schedule:
interval: "daily"

# Maintain gradle dependencies for sormas-app
- package-ecosystem: "gradle"
directory: "/sormas-app"
schedule:
interval: "daily"

# Maintain gradle dependencies for sormas-e2e-tests
- package-ecosystem: "gradle"
directory: "/sormas-e2e-tests"
schedule:
interval: "daily"

0 comments on commit b9de4ec

Please sign in to comment.