Skip to content

Commit 3b5597c

Browse files
remove permission and change the PR title (#4035)
1 parent bb26fc5 commit 3b5597c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/renovate-scheduler.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
name: Renovate-scheduler
2-
permissions:
3-
contents: read
4-
pull-requests: write
52
on:
63
# schedule:
74
# - cron: '30 9 * * *' # every day at 3 PM IST (9:30 AM UTC)

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"matchDatasources": ["docker"],
5252
"matchPackageNames": ["public.ecr.aws/sumologic/sumologic-otel-collector"],
5353
"groupName": "sumologic-kubernetes-collection",
54+
"commitMessage": "chore(deps): update sumologic-otel-collector version",
5455
"separateMinorPatch": false,
5556
"allowedVersions": "/^0\\.[0-9]+\\.[0-9]+(\\-sumo\\-[0-9]+)?$/"
5657
}

0 commit comments

Comments
 (0)