Skip to content

Commit 53f37a3

Browse files
authored
ci: don't update uses-with in actions
1 parent 589917a commit 53f37a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
{
1111
"matchFileNames": [".github/**"],
1212
"groupName": "workflows"
13+
},
14+
{
15+
"matchDepTypes": ["uses-with"],
16+
"enabled": false
1317
}
1418
]
1519
}

0 commit comments

Comments
 (0)