Skip to content

Commit

Permalink
Configure dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: benoit74 <[email protected]>
  • Loading branch information
benoit74 authored Sep 3, 2024
1 parent d814c23 commit ef12d01
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
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 ef12d01

Please sign in to comment.