Skip to content

Commit 4e30976

Browse files
committed
Update Dependabot to monitor also 3.x branch
1 parent ccee7fb commit 4e30976

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,23 @@
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
16-
# under the License.
16+
# under the License.
1717

1818
version: 2
1919
updates:
20+
2021
- package-ecosystem: "maven"
2122
directory: "/"
2223
schedule:
2324
interval: "daily"
24-
ignore:
25-
# Ignore Maven Core updates
26-
- dependency-name: "org.apache.maven:*"
25+
2726
- package-ecosystem: "github-actions"
2827
directory: "/"
2928
schedule:
3029
interval: "daily"
30+
31+
- package-ecosystem: "maven"
32+
directory: "/"
33+
schedule:
34+
interval: "daily"
35+
target-branch: "maven-jar-plugin-3.x"

0 commit comments

Comments
 (0)