Skip to content

Commit

Permalink
Update Dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
mldangelo committed Jan 27, 2024
1 parent 5027ff7 commit 3947da1
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifest
schedule:
interval: "weekly"
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
cron: 0 16 13 * *
groups:
github-actions:
patterns:
- '*'

0 comments on commit 3947da1

Please sign in to comment.