chore(renovate): update github actions only once a month

This commit is contained in:
kolaente
2025-05-14 21:45:58 +02:00
parent d0b077a371
commit aa98b9ba0d

View File

@@ -59,6 +59,14 @@
"extends": [
"schedule:daily"
]
},
{
"matchCategories": [
"github-actions"
],
"extends": [
"schedule:weekly"
]
}
]
}