File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options:
4- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
1+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
52
63version : 2
74updates :
8- - package-ecosystem : " maven"
9- directory : " / "
10- schedule :
11- interval : " monthly"
12- - package-ecosystem : " github-actions"
13- directory : " / "
14- schedule :
15- interval : " monthly"
5+ - package-ecosystem : maven
6+ directory : /
7+ schedule :
8+ interval : monthly
9+ - package-ecosystem : github-actions
10+ directory : /
11+ schedule :
12+ interval : monthly
Original file line number Diff line number Diff line change 5151
5252 <properties >
5353 <changelist >999999-SNAPSHOT</changelist >
54- <jenkins .version>2.414.3</jenkins .version>
54+ <jenkins .baseline>2.414</jenkins .baseline>
55+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
5556 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
5657 </properties >
5758
6061 <dependency >
6162 <!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
6263 <groupId >io.jenkins.tools.bom</groupId >
63- <artifactId >bom-2.414 .x</artifactId >
64+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
6465 <version >2982.vdce2153031a_0</version >
6566 <type >pom</type >
6667 <scope >import</scope >
You can’t perform that action at this time.
0 commit comments