From 26bb55d9aeedcb629aaf14cc25978bd6dfa817e2 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 17 Jun 2024 14:18:57 -0500 Subject: [PATCH] [CI] Add 1.0.x branch to depdendabot.yml --- .github/dependabot.yml | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 33c63e6a..8bc9718b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: + - '*'