Skip to content

Commit 8a52497

Browse files
committed
Fix formatting of RENOVATE_REPOSITORIES and labels in Renovate workflow
1 parent e0afd8d commit 8a52497

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
token: ${{ secrets.RENOVATE_TOKEN }}
2222
env:
2323
LOG_LEVEL: ${{ inputs.DEBUG && 'debug' || 'info' }}
24-
RENOVATE_REPOSITORIES: "['${{ github.repository }}']"
24+
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
2525
RENOVATE_COMMIT_MESSAGE_SUFFIX: '{{#unless groupName}}{{#if (equals updateType "digest")}}(from {{currentDigestShort}}){{else}}(from {{currentVersion}}){{/if}}{{/unless}}'
26-
RENOVATE_LABELS: "['dependencies']"
27-
RENOVATE_DEPENDENCY_DASHBOARD_LABELS: "['dependencies']"
26+
RENOVATE_LABELS: '["dependencies"]'
27+
RENOVATE_DEPENDENCY_DASHBOARD_LABELS: '["dependencies"]'
2828
RENOVATE_EXTENDS: '["config:best-practices","mergeConfidence:all-badges",":pinVersions","security:openssf-scorecard",":prHourlyLimitNone",":separateMultipleMajorReleases",":configMigration"]'
2929
RENOVATE_PLATFORM: "github"

0 commit comments

Comments
 (0)