Skip to content

Commit

Permalink
[CI] Update dependabot schedule / add branch 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Aug 10, 2024
1 parent 755f25b commit af5c140
Showing 1 changed file with 46 additions and 8 deletions.
54 changes: 46 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,33 @@ updates:
target-branch: main
directory: /
schedule:
interval: weekly
day: saturday
interval: "daily"
# 9am UTC-5
time: "04:00"
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 10
labels:
- 'type: dependency-upgrade'
groups:
development-dependencies:
update-types:
- patch
patterns:
- com.gradle.enterprise
- com.github.spotbugs
- io.spring.*
- org.ajoberstar.grgit
- package-ecosystem: gradle
target-branch: 1.1.x
directory: /
schedule:
interval: "daily"
# 10am UTC-5
time: "05:00"
ignore:
- dependency-name: '*'
update-types:
Expand All @@ -27,8 +52,9 @@ updates:
target-branch: 1.0.x
directory: /
schedule:
interval: weekly
day: sunday
interval: "daily"
# 11am UTC-5
time: "06:00"
ignore:
- dependency-name: '*'
update-types:
Expand All @@ -50,8 +76,20 @@ updates:
target-branch: main
directory: /
schedule:
interval: weekly
day: saturday
interval: "weekly"
day: "saturday"
labels:
- 'type: task'
groups:
development-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
target-branch: 1.1.x
directory: /
schedule:
interval: "weekly"
day: "sunday"
labels:
- 'type: task'
groups:
Expand All @@ -62,8 +100,8 @@ updates:
target-branch: 1.0.x
directory: /
schedule:
interval: weekly
day: sunday
interval: "weekly"
day: "monday"
labels:
- 'type: task'
groups:
Expand Down

0 comments on commit af5c140

Please sign in to comment.