Skip to content

Commit 1aeceaf

Browse files
authored
update workflows (#91)
1 parent 40dba6e commit 1aeceaf

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

33
version: 2
44
updates:
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

.github/workflows/cd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
types:
88
- completed
99

10+
permissions:
11+
checks: read
12+
contents: write
13+
1014
jobs:
1115
maven-cd:
1216
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1

0 commit comments

Comments
 (0)