Add Dependabot

This commit is contained in:
Luke Tainton (ltainton)
2024-02-05 19:30:43 +00:00
parent dca94fe2e6
commit 551f3ad915
3 changed files with 44 additions and 0 deletions

View File

@ -1,42 +0,0 @@
{
"extends": [
"config:base"
],
"platformCommit": true,
"dependencyDashboardAutoclose": true,
"assignAutomerge": true,
"assigneesFromCodeOwners": true,
"rebaseWhen": "behind-base-branch",
"rollbackPrs": true,
"labels": [
"dependencies"
],
"packageRules": [
{
"matchPackagePatterns": [
"black",
"pylint"
],
"labels": [
"linting"
]
},
{
"matchPackagePatterns": [
"coverage",
"pytest"
],
"labels": [
"unit-tests"
]
}
],
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"security"
],
"commitMessagePrefix": "[SECURITY] ",
"prCreation": "immediate"
}
}