0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +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:
Valentin Popov 2025-01-23 22:18:54 +00:00
parent f2025da4fd
commit aa94393f4d
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 7 additions and 0 deletions

View File

@ -4,3 +4,6 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
allow:
- dependency-type: "direct"
security-updates: true

View File

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