From 55f1b3bf70afc45131272a6cf178f929aef21afc Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:17:25 -0600 Subject: [PATCH] Configure dependabot for 1.4.x branch Closes gh-1909 --- .github/dependabot.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6850a96b..b77f82ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,22 @@ updates: update-types: - version-update:semver-major - version-update:semver-minor + - package-ecosystem: gradle + target-branch: 1.4.x + directory: / + schedule: + interval: daily + time: '03:00' + timezone: Etc/UTC + labels: + - 'type: dependency-upgrade' + registries: + - spring-milestones + ignore: + - dependency-name: '*' + update-types: + - version-update:semver-major + - version-update:semver-minor - package-ecosystem: gradle target-branch: main directory: / @@ -48,6 +64,13 @@ updates: interval: weekly labels: - 'type: task' + - package-ecosystem: github-actions + target-branch: 1.4.x + directory: / + schedule: + interval: weekly + labels: + - 'type: task' - package-ecosystem: github-actions target-branch: main directory: / @@ -71,6 +94,13 @@ updates: interval: weekly labels: - 'type: task' + - package-ecosystem: npm + target-branch: 1.4.x + directory: /docs + schedule: + interval: weekly + labels: + - 'type: task' - package-ecosystem: npm target-branch: main directory: /docs