Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
Configure dependabot to run daily and group dependencies updates
  • Loading branch information
benoit74 authored Sep 3, 2024
1 parent 86fe631 commit b189d90
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/scraper"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
- package-ecosystem: "npm"
directory: "/zimui"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/.github"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit b189d90

Please sign in to comment.