Skip to content

Commit

Permalink
Support 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Nov 21, 2023
1 parent 4d16308 commit 8faf7ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ updates:
interval: "daily"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
target-branch: "2.1.x"
ignore:
- dependency-name: "org.apache.maven.plugins:maven-compiler-plugin"
- dependency-name: "io.quarkus:quarkus-bom"
versions: "[3.3,)"
- dependency-name: "io.quarkiverse.artemis:quarkus-artemis-jms"
versions: "[3.1,)"
- package-ecosystem: "maven"
directory: "/"
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "2.1.x"
- "1.x"
paths-ignore:
- '.gitignore'
Expand Down

0 comments on commit 8faf7ef

Please sign in to comment.