Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Dec 2, 2024
1 parent e171caa commit 0ba78fb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# Configuration: https://dependabot.com/docs/config-file/
# Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically

version: 2

updates:
- package-ecosystem: gitsubmodule
directory: /
schedule:
interval: weekly

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
allow:
- dependency-type: all
open-pull-requests-limit: 50

- package-ecosystem: pip
directory: /
schedule:
interval: weekly
allow:
- dependency-type: production
- dependency-type: development
open-pull-requests-limit: 50

0 comments on commit 0ba78fb

Please sign in to comment.