Skip to content

Commit 9d4a81f

Browse files
author
Dhriti Chopra
committed
chore: Disable updates for templatized github actions
1 parent 192ec10 commit 9d4a81f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@
128128
"^ch.qos.logback:logback-classic"
129129
],
130130
"allowedVersions": "<1.4.0"
131+
},
132+
{
133+
"description": "Disable updates for templatized GitHub Actions",
134+
"matchManagers": [
135+
"github-actions"
136+
],
137+
"matchFileNames": [
138+
".github/workflows/**"
139+
],
140+
"enabled": false
131141
}
132142
],
133143
"semanticCommits": true,

0 commit comments

Comments
 (0)