Skip to content

Commit 1607265

Browse files
committed
fix(renovate): allowedUnsafeExecutions for gradleWrapper as ENV + security-events read permission
1 parent 4fc439f commit 1607265

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/renovate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
contents: write
1010
pull-requests: write
1111
issues: write
12+
security-events: read
1213

1314
jobs:
1415
renovate:
@@ -20,4 +21,5 @@ jobs:
2021
env:
2122
RENOVATE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2223
RENOVATE_REPOSITORIES: ${{ github.repository }}
24+
RENOVATE_ALLOWED_UNSAFE_EXECUTIONS: "gradleWrapper"
2325

renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"labels": ["dependencies"],
77
"dependencyDashboard": true,
88
"dependencyDashboardTitle": "Renovate Dashboard",
9-
"allowedUnsafeExecutions": ["gradleWrapper"],
109

1110
"regexManagers": [
1211
{

0 commit comments

Comments
 (0)