We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccee7fb commit 4e30976Copy full SHA for 4e30976
.github/dependabot.yml
@@ -13,18 +13,23 @@
13
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
# KIND, either express or implied. See the License for the
15
# specific language governing permissions and limitations
16
-# under the License.
+# under the License.
17
18
version: 2
19
updates:
20
+
21
- package-ecosystem: "maven"
22
directory: "/"
23
schedule:
24
interval: "daily"
- ignore:
25
- # Ignore Maven Core updates
26
- - dependency-name: "org.apache.maven:*"
27
- package-ecosystem: "github-actions"
28
29
30
31
+ - package-ecosystem: "maven"
32
+ directory: "/"
33
+ schedule:
34
+ interval: "daily"
35
+ target-branch: "maven-jar-plugin-3.x"
0 commit comments