diff options
| author | Valentin Popov <valentin@popov.link> | 2025-01-24 01:18:54 +0300 | 
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2025-01-24 01:18:54 +0300 | 
| commit | aa94393f4d8406d9469f2fca00f98d653080879e (patch) | |
| tree | cebf0c4c85217d2413295e3a697284750504a65d /.renovaterc | |
| parent | f2025da4fd6fe6dc6de51c8ca3c6118407a6a99f (diff) | |
| download | popov.link-aa94393f4d8406d9469f2fca00f98d653080879e.tar.xz popov.link-aa94393f4d8406d9469f2fca00f98d653080879e.zip | |
Updating the Dependabot configuration for daily dependency updates with permission for direct dependencies and activation of security updates; disabling security updates in Renovate.
Diffstat (limited to '.renovaterc')
| -rw-r--r-- | .renovaterc | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/.renovaterc b/.renovaterc index 2406fe2..78baa4b 100644 --- a/.renovaterc +++ b/.renovaterc @@ -7,6 +7,10 @@        "groupSlug": "all-digest",        "matchPackagePatterns": ["*"],        "matchUpdateTypes": ["minor", "patch", "pin", "digest"] +    }, +    { +      "matchUpdateTypes": ["security"], +      "enabled": false      }    ]  } | 
