feat: changes

This commit is contained in:
sujiba 2024-05-30 22:36:14 +02:00
parent 867a624497
commit f45972bb4a
2 changed files with 17 additions and 18 deletions

13
workflow-deps.json Normal file
View file

@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"github-actions": {
"enabled": true
},
"packageRules": [
{
"groupName": "workflow dependencies",
"matchManagers": ["github-actions"]
}
]
}