Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mészáros Gergely authored Jun 14, 2023
1 parent 1dd82b7 commit 7c5ab34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
allow:
- dependency-type: "all"
commit-message:
Expand All @@ -17,7 +17,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
allow:
- dependency-type: "all"
commit-message:
Expand All @@ -27,7 +27,7 @@ updates:
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
interval: "monthly"
allow:
- dependency-type: "all"
ignore:
Expand Down

0 comments on commit 7c5ab34

Please sign in to comment.