Skip to content

Commit

Permalink
Configuration options for the dependabot.yml file (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Kaszynski <[email protected]>
  • Loading branch information
tkoyama010 and akaszynski authored Aug 16, 2024
1 parent 8f565a5 commit fb17ea7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
insecure-external-code-execution: allow
schedule:
interval: "monthly"
open-pull-requests-limit: 100
labels:
- "maintenance"
- "dependencies"
groups:
pip:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 100
labels:
- "maintenance"
- "dependencies"
groups:
actions:
patterns:
- "*"

0 comments on commit fb17ea7

Please sign in to comment.