Skip to content

Commit

Permalink
Add dockerfile to renovate (#609)
Browse files Browse the repository at this point in the history
Add Dockerfile to renovate config. Needed to keep the base Rust image
up-to-date.
  • Loading branch information
tangowithfoxtrot authored Feb 13, 2024
1 parent d722e17 commit d282ab5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>bitwarden/renovate-config:non-pinned"],
"separateMajorMinor": true,
"enabledManagers": ["cargo", "github-actions", "npm", "nuget"],
"enabledManagers": ["cargo", "dockerfile", "github-actions", "npm", "nuget"],
"packageRules": [
{
"matchManagers": ["cargo"],
"matchPackagePatterns": ["pyo3*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "pyo3 non-major"
},
{
"groupName": "dockerfile minor",
"matchManagers": ["dockerfile"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "gh minor",
"matchManagers": ["github-actions"],
Expand Down

0 comments on commit d282ab5

Please sign in to comment.