0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 00:20:26 +03:00

Updating the Dependabot configuration for daily dependency updates with permission for direct dependencies and activation of security updates; disabling security updates in Renovate.

This commit is contained in:
2025-01-23 22:18:54 +00:00
parent f2025da4fd
commit aa94393f4d
2 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,10 @@
"groupSlug": "all-digest",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"matchUpdateTypes": ["security"],
"enabled": false
}
]
}