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:
parent
f2025da4fd
commit
aa94393f4d
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -4,3 +4,6 @@ updates:
|
|||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
allow:
|
||||||
|
- dependency-type: "direct"
|
||||||
|
security-updates: true
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user