Add github actions

This commit is contained in:
2025-06-11 06:48:19 +01:00
parent 346111468e
commit 5496860808

19
github.json Normal file
View File

@@ -0,0 +1,19 @@
{
"packageRules": [
{
"description": "Auto merge GitHub Actions updates",
"matchManagers": [
"github-actions"
],
"matchDatasources": [
"github-tags"
],
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
"digest"
]
}
]
}