Skip to content

Commit

Permalink
Merge pull request #666 from edoardopirovano/dependabot-runner
Browse files Browse the repository at this point in the history
Enable Dependabot on runner
  • Loading branch information
Edoardo Pirovano authored and GitHub committed Aug 2, 2021
2 parents 833be9c + 2ea04f7 commit fb5a721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ updates:
day: "thursday" # Gives us a working day to merge this before our typical release
labels:
- "Update dependencies"
- package-ecosystem: "npm"
directory: "/runner"
schedule:
interval: "weekly"
day: "thursday" # Gives us a working day to merge this before our typical release

0 comments on commit fb5a721

Please sign in to comment.