Skip to content

Commit

Permalink
CI: Increase frequency of Dependabot checks to "weekly"
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 6, 2024
1 parent a654983 commit bda3de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"

- package-ecosystem: "docker"
directory: "/release/oci"
schedule:
interval: "monthly"
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit bda3de5

Please sign in to comment.