{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"schedule:earlyMondays",
"config:best-practices",
"helpers:pinGitHubActionDigestsToSemver"
],
"baseBranchPatterns": [
"hyprshell"
],
"ignorePaths": [
"./dep-crates/**/*"
]
}