Skip to content

Commit

Permalink
ci(dependabot): run on weekly basis (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Mar 28, 2024
1 parent b6eb7e8 commit 1876404
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
main:
applies-to: version-updates
patterns:
- "*"
sec:
applies-to: security-updates
patterns:
- "*"
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
main:
applies-to: version-updates
patterns:
- "*"
sec:
applies-to: security-updates
patterns:
- "*"

0 comments on commit 1876404

Please sign in to comment.