mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
updated renovate config
Fixup CI Setup dependency dashboard more renovate config Set repo in workflow remove trailing comma Setup Github token and ignore FlakeHub in flake.nix Add magic nix cache Skip FlakeHub add cache permissions . cache? cache? more env vars renovate.json
This commit is contained in:
parent
3b3837dcd1
commit
ed36830cf3
4 changed files with 81 additions and 83 deletions
|
|
@ -1,3 +1,29 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
":dependencyDashboard",
|
||||
"config:recommended"
|
||||
],
|
||||
"semanticCommits": "enabled",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"platformCommit": "enabled",
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Dependency Dashboard",
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Update Forgejo actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"groupName": "forgejo-actions"
|
||||
}
|
||||
],
|
||||
"nix": {
|
||||
"enabled": true
|
||||
},
|
||||
"git-submodules": {
|
||||
"enabled": true
|
||||
},
|
||||
"includePaths": [
|
||||
".forgejo/**",
|
||||
"dot_config/flake/**"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue