File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1- # 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
22
33version : 2
44updates :
5- - package-ecosystem : " maven"
6- directory : " / "
7- schedule :
8- interval : " weekly "
9- - package-ecosystem : " github-actions"
10- directory : " / "
11- schedule :
12- 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 77 types :
88 - completed
99
10+ permissions :
11+ checks : read
12+ contents : write
13+
1014jobs :
1115 maven-cd :
1216 uses : jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
You can’t perform that action at this time.
0 commit comments