Skip to content

Commit

Permalink
Exclude incompatible versions from Dependabot configuration (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 8, 2022
1 parent d99cdd1 commit e594726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jenkinsci/jaxb-plugin-developers
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# Starting with version 3.0.0, this library uses a different package namespace.
- dependency-name: "com.sun.xml.bind:jaxb-core"
versions: [">=3.0.0"]
# Starting with version 3.0.0, this library uses a different package namespace.
- dependency-name: "com.sun.xml.bind:jaxb-impl"
versions: [">=3.0.0"]

0 comments on commit e594726

Please sign in to comment.