We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cd705 commit a2cd69cCopy full SHA for a2cd69c
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+# Please see the documentation for all configuration options:
2
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+version: 2
4
+updates:
5
+ - package-ecosystem: "maven"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "daily"
9
+ open-pull-requests-limit: 20
10
+ ignore:
11
+ - dependency-name: "org.eclipse.jetty:jetty-servlet"
12
+ versions: ["[10.0,)"]
0 commit comments