Skip to content

Commit

Permalink
ci: weekly security audits
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Nov 28, 2024
1 parent 1114b1e commit de52620
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
version: 2
updates:
# Weekly security audits
- package-ecosystem: cargo
directory: /
schedule: { interval: weekly }
open-pull-requests-limit: 0

- package-ecosystem: github-actions
directory: /
schedule: { interval: weekly }
open-pull-requests-limit: 0

# Monthly regular updates
- package-ecosystem: cargo
directory: /
schedule: { interval: monthly }
groups: { npm: { patterns: ['*'] } }

- package-ecosystem: github-actions
directory: /
schedule: { interval: monthly }
Expand Down

0 comments on commit de52620

Please sign in to comment.