mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 10:33: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:
parent
f2025da4fd
commit
aa94393f4d
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -4,3 +4,6 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
security-updates: true
|
||||
|
@ -7,6 +7,10 @@
|
||||
"groupSlug": "all-digest",
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["security"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user