Skip to content

Commit

Permalink
[CI] Updated schedules for new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed May 12, 2022
1 parent 7eb1af9 commit 97943fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/dependabot.yml
@@ -1,8 +1,9 @@
version: 2
updates:
# Maintain dependencies for Maven in the default branch
# Maintain dependencies for Maven in the v2.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v2.x
schedule:
interval: "daily"

Expand All @@ -16,17 +17,17 @@ updates:
# Maintain dependencies for Maven in the v1.14.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v1.14.x
target-branch: v1.15.x
schedule:
interval: "daily"
ignore:
- dependency-name: "com.github.dasniko:testcontainers-keycloak"
update-types: ["version-update:semver-major"]

# Maintain dependencies for Maven in the v1.13.x branch
# Maintain dependencies for Maven in the v1.14.x branch
- package-ecosystem: "maven"
directory: "/"
target-branch: v1.13.x
target-branch: v1.14.x
schedule:
interval: "daily"
ignore:
Expand All @@ -36,6 +37,7 @@ updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: v2.x
schedule:
interval: "daily"

2 changes: 1 addition & 1 deletion .github/workflows/maven-build-scheduled.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
refs: [refs/tags/v1.14.2, refs/tags/v1.13.4]
refs: [refs/tags/v2.0.0, refs/tags/v1.15.0, refs/tags/v1.14.3, refs/tags/v1.13.4]
runs-on: ubuntu-20.04
steps:
- name: Checkout Source
Expand Down

0 comments on commit 97943fe

Please sign in to comment.