Skip to content

Commit d43dc2e

Browse files
authored
Switch to renovate for dependency management (#603)
* Switch to renovate * Remove obsolete comment
1 parent 7efc741 commit d43dc2e

File tree

3 files changed

+24
-45
lines changed

3 files changed

+24
-45
lines changed

.github/dependabot.yml

-44
This file was deleted.

.github/renovate.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":semanticCommitsDisabled",
6+
"schedule:earlyMondays"
7+
],
8+
"automerge": true,
9+
"reviewers": [
10+
"team:core"
11+
],
12+
"regexManagers": [
13+
{
14+
"fileMatch": ["common-files/.mvn/extensions.xml"],
15+
"matchStrings": ["<version>(?<currentValue>.*?)<\/version>"],
16+
"depNameTemplate": "io.jenkins.tools.incrementals:git-changelist-maven-extension",
17+
"datasourceTemplate": "maven"
18+
}
19+
],
20+
"labels": [
21+
"dependencies"
22+
],
23+
"rebaseWhen": "conflicted"
24+
}

pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
<module>empty-plugin</module>
4848
<module>hello-world</module>
4949
<module>global-configuration</module>
50-
<!-- if adding new archetypes please also update .github/dependabot.yml -->
5150
</modules>
5251
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
5352
<connection>scm:git:[email protected]/jenkinsci/archetypes.git</connection>

0 commit comments

Comments
 (0)