Skip to content

Commit

Permalink
ci(dependabot.yml): add dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele-Alberti committed Feb 6, 2024
1 parent e9f2fe0 commit 5cd3376
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
target-branch: development
open-pull-requests-limit: 25

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: development
open-pull-requests-limit: 25

0 comments on commit 5cd3376

Please sign in to comment.