Skip to content

Commit fc04467

Browse files
author
David Corbett
authored
Merge pull request #44 from juliencherry/master
COMN-324: Configure Dependabot
2 parents 5f61bf2 + 4a08f1d commit fc04467

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
minor-and-patch:
9+
applies-to: version-updates
10+
update-types:
11+
- "patch"
12+
- "minor"

api-jackson/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright 2015 Basis Technology Corp.
3+
Copyright 2015-2024 Basis Technology Corp.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -62,7 +62,6 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-failsafe-plugin</artifactId>
65-
<version>${maven-surefire-plugin.version}</version>
6665
<executions>
6766
<execution>
6867
<id>integration-tests</id>

api/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright 2015 Basis Technology Corp.
3+
Copyright 2015-2024 Basis Technology Corp.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -137,7 +137,6 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-failsafe-plugin</artifactId>
140-
<version>${maven-surefire-plugin.version}</version>
141140
<executions>
142141
<execution>
143142
<id>integration-tests</id>

0 commit comments

Comments
 (0)