Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #40 from crazy-max/fix-dep-labels
Fix Dependabot labels
  • Loading branch information
CrazyMax authored and GitHub committed Sep 3, 2021
2 parents ae6b230 + cc4c677 commit 333602f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/dependabot.yml
Expand Up @@ -4,19 +4,15 @@ updates:
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "dependencies"
- "bot"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
allow:
- dependency-type: "production"
labels:
- ":game_die: dependencies"
- ":robot: bot"
- "dependencies"
- "bot"

0 comments on commit 333602f

Please sign in to comment.