Skip to content

Commit

Permalink
Configure renovate
Browse files Browse the repository at this point in the history
Copies applicable parts of the config for openvpn3.

Signed-off-by: Frank Lichtenheld <[email protected]>
  • Loading branch information
flichtenheld committed Jan 15, 2025
1 parent de5ca64 commit 50e7eb4
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDepTypes": [
"action"
],
"groupName": "github actions",
"pinDigests": true,
"extends": [
"schedule:monthly"
]
},
{
"matchDepNames": [
"vcpkg"
],
"extends": [
"schedule:monthly"
]
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.github/workflows/.+\\.yml$"],
"matchStrings": ["vcpkgGitCommitId:\\s*(?<currentDigest>.*?)\\n"],
"currentValueTemplate": "master",
"depNameTemplate": "vcpkg",
"packageNameTemplate": "https://github.com/microsoft/vcpkg",
"datasourceTemplate": "git-refs"
}
]
}

0 comments on commit 50e7eb4

Please sign in to comment.