Skip to content

Commit

Permalink
ci: reduce Dependabot freq to weekly (#492)
Browse files Browse the repository at this point in the history
ci: reduce dependabot freq to weekly and align with other asdf repos
  • Loading branch information
jthegedus committed Nov 17, 2022
1 parent 6844d09 commit c9fc296
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
- package-ecosystem: npm
directory: /
interval: "weekly"
reviewers:
- "jthegedus"
# Maintain dependencies for npm used in Documentation site
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
interval: "weekly"
reviewers:
- "jthegedus"

0 comments on commit c9fc296

Please sign in to comment.