1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-18 12:31:31 +02:00

Migrate renovate config ()

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Mend Renovate
2024-12-12 21:39:46 +01:00
committed by GitHub
parent e86aeee9c4
commit 69320e4d09

@@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"], "extends": ["config:recommended"],
"labels": ["Dependencies"], "labels": ["Dependencies"],
"semanticCommits": "disabled", "semanticCommits": "disabled",
"packageRules": [ "packageRules": [
@@ -8,6 +8,6 @@
"groupName": "GitHub Actions", "groupName": "GitHub Actions",
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"pinDigests": true, "pinDigests": true,
} },
] ],
} }