File tree Expand file tree Collapse file tree 5 files changed +11
-30
lines changed Expand file tree Collapse file tree 5 files changed +11
-30
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
5
-
6
1
version : 2
7
2
updates :
8
- - package-ecosystem : " maven"
9
- directory : " /" # Location of package manifests
3
+ - package-ecosystem : maven
4
+ directory : /
5
+ schedule :
6
+ interval : weekly
7
+
8
+ - package-ecosystem : github-actions
9
+ directory : /
10
10
schedule :
11
- interval : " weekly "
11
+ interval : daily
Original file line number Diff line number Diff line change 1
1
_extends : .github
2
- name-template : v$NEXT_PATCH_VERSION 🌈
3
- tag-template : cloudbees-bitbucket-branch-source-$NEXT_PATCH_VERSION
4
- version-template : $MAJOR.$MINOR.$PATCH
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
-Pconsume-incrementals
2
2
-Pmight-produce-incrementals
3
+ -Dchangelist.format=%d.v%s
Original file line number Diff line number Diff line change 33
33
</parent >
34
34
35
35
<artifactId >cloudbees-bitbucket-branch-source</artifactId >
36
- <version >${revision}${ changelist} </version >
36
+ <version >${changelist} </version >
37
37
<packaging >hpi</packaging >
38
38
39
39
<name >Bitbucket Branch Source Plugin</name >
49
49
</licenses >
50
50
51
51
<properties >
52
- <revision >2.9.13</revision >
53
- <changelist >-SNAPSHOT</changelist >
52
+ <changelist >999999-SNAPSHOT</changelist >
54
53
<gitHubRepo >jenkinsci/bitbucket-branch-source-plugin</gitHubRepo >
55
54
<jenkins .version>2.222.4</jenkins .version>
56
55
<java .level>8</java .level>
You can’t perform that action at this time.
0 commit comments