Skip to content

Commit

Permalink
Merge pull request #1187 from Scalingo/fix/dependabot_configuration
Browse files Browse the repository at this point in the history
feat(dependabot): should trigger every Monday
  • Loading branch information
EtienneM authored Mar 9, 2021
2 parents 70537d3 + 4fd8d79 commit 1ed0114
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
allow:
- dependency-type: "all"
versioning-strategy: lockfile-only
schedule:
interval: "weekly"
day: "monday"
- package-ecosystem: "npm"
directory: "/"
allow:
- dependency-type: "all"
schedule:
interval: "weekly"
day: "monday"

0 comments on commit 1ed0114

Please sign in to comment.