Skip to content

Commit

Permalink
Add dependabot label to dependabot PRs (#898)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Sanders <[email protected]>
  • Loading branch information
sanders41 and Paul Sanders authored Jul 18, 2022
1 parent 246539f commit 61f4e54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,31 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
- dependencies
- python
- dependabot
- package-ecosystem: npm
directory: '/clients/admin-ui'
schedule:
interval: weekly
labels:
- dependencies
- javascript
- dependabot
- package-ecosystem: npm
directory: '/clients/privacy-center'
schedule:
interval: weekly
labels:
- dependencies
- javascript
- dependabot
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
labels:
- dependencies
- github_actions
- dependabot

0 comments on commit 61f4e54

Please sign in to comment.