Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperiorStanislav authored Jul 22, 2024
1 parent f628c50 commit 3783f61
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: monthly
time: "00:00"
open-pull-requests-limit: 10

- package-ecosystem: github-actions
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: weekly
time: "00:00"
open-pull-requests-limit: 10
groups:
pip:
patterns:
- "*"

0 comments on commit 3783f61

Please sign in to comment.