Skip to content

Commit

Permalink
Update dependabot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperiorStanislav committed Jul 22, 2024
1 parent c626ba9 commit 7cc9e54
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +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"
ignore:
- dependency-name: "boto3"
update-types: ["version-update:semver-patch"]
- dependency-name: "boto3-stubs"
update-types: ["version-update:semver-patch"]
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 7cc9e54

Please sign in to comment.