Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Disable version updates
  • Loading branch information
mbiarnes authored Dec 2, 2022
1 parent 2dc4d48 commit cfb9fc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: daily
time: '03:00'
open-pull-requests-limit: 10
open-pull-requests-limit: 0
target-branch: "main"
commit-message:
prefix: "[bot][main]"
Expand All @@ -14,7 +14,7 @@ updates:
schedule:
interval: daily
time: '04:00'
open-pull-requests-limit: 10
open-pull-requests-limit: 0
target-branch: "7.67.x"
commit-message:
prefix: "[bot][7.67.x]"
Expand All @@ -23,11 +23,11 @@ updates:
schedule:
interval: daily
time: '05:00'
open-pull-requests-limit: 10
open-pull-requests-limit: 0
target-branch: "7.67.x-blue"
commit-message:
prefix: "[bot][blue]"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "daily"

0 comments on commit cfb9fc2

Please sign in to comment.