Skip to content

Commit

Permalink
ci: update dependabot config to include github actions (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Sep 20, 2023
1 parent 5fc5412 commit 999a3b8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,24 @@ updates:
directory: '/'
schedule:
interval: 'daily'
labels:
- 'dependencies'
- 'skip changeset'

- package-ecosystem: 'npm'
directory: '/docs'
schedule:
interval: 'daily'
allow:
- dependency-name: '@primer/gatsby-theme-doctocat'
labels:
- 'dependencies'
- 'skip changeset'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'dependencies'
- 'skip changeset'

0 comments on commit 999a3b8

Please sign in to comment.