dotfiles/renovate.json

28 lines
695 B
JSON
Raw Normal View History

2024-05-01 21:00:53 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-05-16 01:47:03 +02:00
"extends": [
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigestsToSemver",
":pinDevDependencies",
"schedule:weekly",
":automergeAll"
],
2024-05-01 21:00:53 +02:00
"nix": {
"enabled": true
2024-05-11 03:00:26 +02:00
},
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.dhall$",
"(^|/)action\\.dhall$"
],
"matchStrings": [
"GithubActions\\.Step::{[\\s,]*uses\\s?=\\s?Some\\s?\"(?<depName>.+)@(?<currentValue>.+)\""
],
"datasourceTemplate": "github-tags"
}
]
2024-05-01 21:00:53 +02:00
}