Skip to content

Commit

Permalink
ci(dependabot): run on weekly basis
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Mar 28, 2024
1 parent e4e2c21 commit 629dfa1
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 629dfa1

Please sign in to comment.