[CI] Add 1.0.x branch to depdendabot.yml

This commit is contained in:
Chris Bono
2024-06-17 14:18:57 -05:00
parent 0ccd075971
commit 26bb55d9ae

View File

@@ -1,6 +1,7 @@
version: 2
updates:
- package-ecosystem: gradle
target-branch: main
directory: /
schedule:
interval: weekly
@@ -22,8 +23,32 @@ updates:
- com.github.spotbugs
- io.spring.*
- org.ajoberstar.grgit
- package-ecosystem: gradle
target-branch: 1.0.x
directory: /
schedule:
interval: daily
time: '20:00'
timezone: Etc/UTC
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: github-actions
target-branch: main
directory: /
schedule:
interval: weekly
@@ -34,3 +59,16 @@ updates:
development-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
target-branch: 1.0.x
directory: /
schedule:
interval: daily
time: '20:00'
timezone: Etc/UTC
labels:
- 'type: task'
groups:
development-dependencies:
patterns:
- '*'