Skip to content

Commit

Permalink
chore: update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Oct 27, 2023
1 parent 9169bca commit 7c51e95
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
labels: ['dependencies']
directory: '/'
schedule:
interval: "weekly"

- package-ecosystem: "npm"
directory: "./website"
interval: 'weekly'
groups:
dependencies:
update-types:
- 'minor'
- 'patch'

- package-ecosystem: 'npm'
labels: ['dependencies', 'website']
directory: './website'
schedule:
interval: "weekly"
interval: 'weekly'
groups:
dependencies:
update-types:
- 'minor'
- 'patch'

0 comments on commit 7c51e95

Please sign in to comment.