Skip to content

Commit

Permalink
ci: always use label dependencies for dependabot prs
Browse files Browse the repository at this point in the history
  • Loading branch information
janbiasi committed Feb 24, 2024
1 parent d105008 commit 1c9659b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"

0 comments on commit 1c9659b

Please sign in to comment.