mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 02:23:34 +03:00
Changing the Dependabot configuration to update dependencies once a week and adding support for GitHub Actions updates; removing the Renovate configuration.
This commit is contained in:
parent
aa94393f4d
commit
90a0ba8b97
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -3,7 +3,8 @@ updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-type: "direct"
|
||||
security-updates: true
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
@ -7,10 +7,6 @@
|
||||
"groupSlug": "all-digest",
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["security"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user