Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
pllim authored Feb 22, 2024
1 parent d118bcd commit e10e335
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
time: "11:00"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions" # See documentation for possible values
directory: ".github/workflows" # Location of package manifests
target-branch: "master"
schedule:
interval: "monthly"
time: "11:10"
groups:
actions:
patterns:
- "*"
open-pull-requests-limit: 10

- package-ecosystem: pip
directory: "/"
target-branch: "master"
schedule:
interval: "monthly"
time: "11:00"
groups:
actions:
patterns:
- "*"
open-pull-requests-limit: 10

0 comments on commit e10e335

Please sign in to comment.