Skip to content

Commit cd927cd

Browse files
committed
Correct space in github actions, update renovate syntax
1 parent 11e9f7a commit cd927cd

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Authenticate to Google Cloud
131131
id: auth
132-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
132+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
133133
with:
134134
token_format: access_token
135135
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -360,7 +360,7 @@ jobs:
360360

361361
- name: Authenticate to Google Cloud
362362
id: auth
363-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
363+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
364364
with:
365365
token_format: access_token
366366
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -430,7 +430,7 @@ jobs:
430430

431431
- name: Authenticate to Google Cloud
432432
id: auth
433-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
433+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
434434
with:
435435
token_format: access_token
436436
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -570,7 +570,7 @@ jobs:
570570

571571
- name: Authenticate to Google Cloud
572572
id: auth
573-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
573+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
574574
with:
575575
token_format: access_token
576576
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Authenticate to Google Cloud
143143
id: auth
144-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
144+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
145145
with:
146146
token_format: access_token
147147
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}
@@ -249,7 +249,7 @@ jobs:
249249
250250
- name: Authenticate to Google Cloud
251251
id: auth
252-
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
252+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
253253
with:
254254
token_format: access_token
255255
workload_identity_provider: ${{ secrets.GCR_WORKLOAD_IDENTITY }}

renovate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
"customType": "regex",
124124
"description": "Update _VERSION variables in Dockerfiles",
125125
"managerFilePatterns": [
126-
"(^|/|\\.)Dockerfile$",
127-
"(^|/)Dockerfile\\.[^/]*$"
126+
"/(^|/|\\.)Dockerfile$/",
127+
"/(^|/)Dockerfile\\.[^/]*/$"
128128
],
129129
"matchStrings": [
130130
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
@@ -135,7 +135,7 @@
135135
"datasourceTemplate": "github-tags",
136136
"description": "Update Github Action references in the Markdown files",
137137
"managerFilePatterns": [
138-
"\\.md$"
138+
"/\\.md$/"
139139
],
140140
"matchStrings": [
141141
"\\suses: (?<depName>[\\w-]+/[\\w-]+)(?<path>/.*)?@(?<currentValue>v\\d+\\.\\d+\\.\\d+)",
@@ -147,7 +147,7 @@
147147
"customType": "regex",
148148
"description": "Update `version:` and `_VERSION:` variables in github workflows",
149149
"managerFilePatterns": [
150-
"^\\.github\\/workflows\\/\\w+\\.ya?ml$"
150+
"/^\\.github\\/workflows\\/\\w+\\.ya?ml$/"
151151
],
152152
"matchStrings": [
153153
"\\s+(?:[[:word:]]-)?version: (?<currentValue>.+?) # renovate: datasource=(?<datasource>.+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>.+?))?\\s",
@@ -158,7 +158,7 @@
158158
"customType": "regex",
159159
"description": "Update `Version:` in go files",
160160
"managerFilePatterns": [
161-
"\\.go$"
161+
"/\\.go$/"
162162
],
163163
"matchStrings": [
164164
"// renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: registryUrl=(?<registryUrl>.+?))?(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?Version :?= \"(?<currentValue>.+?)\"\\s"
@@ -171,7 +171,7 @@
171171
"datasourceTemplate": "github-tags",
172172
"depNameTemplate": "{{#if depName}}{{#if (containsString depName \"hashicorp/\")}}{{{replace \"hashicorp/\" \"hashicorp/packer-plugin-\" depName}}}{{else}}{{{depName}}}{{/if}}{{else}}hashicorp/packer{{/if}}",
173173
"managerFilePatterns": [
174-
"\\.pkr\\.hcl"
174+
"/\\.pkr\\.hcl$/"
175175
],
176176
"matchStrings": [
177177
"required_version[\\s]+=[\\s]+\"=?(?<currentValue>\\S*)\"",

0 commit comments

Comments
 (0)