Skip to content

Commit

Permalink
Merge pull request #47 from crazy-max/fix-dep-labels
Browse files Browse the repository at this point in the history
Fix Dependabot labels
  • Loading branch information
crazy-max committed Sep 3, 2021
2 parents dcd8d36 + c784c4d commit e9c151c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Expand Up @@ -5,14 +5,14 @@ updates:
schedule:
interval: "daily"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "dependencies"
- "bot"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "dependencies"
- "bot"

0 comments on commit e9c151c

Please sign in to comment.