Skip to content

Commit

Permalink
Change to monthly dependabot upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Apr 15, 2024
1 parent 8e9eca9 commit c011948
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "10:00"
interval: monthly
open-pull-requests-limit: 10

- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10
ignore:
# Only send PRs for patch versions of Python.
- dependency-name: "python"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

0 comments on commit c011948

Please sign in to comment.