Skip to content

Commit

Permalink
Merge pull request #2154 from nordic-institute/dependabot-change
Browse files Browse the repository at this point in the history
chore: change dependabot checks to weekly instead of daily
  • Loading branch information
raits authored May 8, 2024
2 parents e0258b8 + ef559b7 commit b1c705a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "gradle"
directory: "/src"
schedule:
interval: "daily"
interval: "weekly"
groups:
java-minor-patch:
applies-to: version-updates
Expand All @@ -15,7 +15,7 @@ updates:
- package-ecosystem: "npm"
directory: "/src"
schedule:
interval: "daily"
interval: "weekly"
groups:
javascript-minor-patch:
applies-to: version-updates
Expand Down

0 comments on commit b1c705a

Please sign in to comment.