Skip to content

Commit

Permalink
Merge pull request #70 from etalab/add-dependabot
Browse files Browse the repository at this point in the history
Ajoute la config dependabot
  • Loading branch information
JeSuisUnCaillou authored Jul 8, 2024
2 parents 238b985 + 4e7f590 commit 60291a1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "bundler"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
exclude-patterns:
- "rubocop*"
rubocop:
patterns:
- "rubocop*"
directory: "/"
schedule:
day: "monday"
time: "01:00"
interval: "weekly"

0 comments on commit 60291a1

Please sign in to comment.