Skip to content

Commit

Permalink
chore(renovate): configure auto-upgrade for renovate-config-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored May 30, 2024
1 parent 3f1d24e commit bff0a6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"depNameTemplate": "rust",
"packageNameTemplate": "rust-lang/rust",
"datasourceTemplate": "github-releases"
}
},
{
"customType": "regex",
"fileMatch": ["(^|/)\\.github/workflows/validate-renovate\\.yml$"],
"matchStrings": ["#\\s?renovate: npm:renovate\\s*RENOVATE_VERSION:\\s*'(?<currentValue>\\d\\.\\d+\\.\\d+)'"],
"depNameTemplate": "renovate",
"packageNameTemplate": "renovate",
"datasourceTemplate": "npm"
}
]
}

0 comments on commit bff0a6e

Please sign in to comment.