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:
Tyler Mayoff 2025-11-22 22:20:26 -05:00 committed by Tyle Mayoff
parent 3b3837dcd1
commit ed36830cf3
4 changed files with 81 additions and 83 deletions

View file

@ -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/**"
]
}