-
Notifications
You must be signed in to change notification settings - Fork 0
chore(renovate): Configure #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
| "extends": [ | ||
| "config:recommended", | ||
| "schedule:daily", | ||
| "schedule:automergeDaily" | ||
| ], | ||
|
cursor[bot] marked this conversation as resolved.
|
||
| "timezone": "Europe/Vienna", | ||
| "enabledManagers": [ | ||
| "nix" | ||
| ], | ||
| "nix": { | ||
| "enabled": true | ||
| }, | ||
| "lockFileMaintenance": { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's pretty common for flake inputs to change their inputs, causing |
||
| "enabled": true, | ||
| "schedule": "before 4am" | ||
| } | ||
| } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Renovate skips required filegen stepMedium Severity The new Renovate setup updates Reviewed by Cursor Bugbot for commit 7e28abb. Configure here.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We've put some care into not having nix store paths in the generated files any more, so this should only really be a problem for downstream repositories when ES changes the filegen output intentionally.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changes to flake inputs might also introduce changes to e.g. It's a small risk, but worth considering. |
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we be generating this file with
filegen, so all projects get renovate config by default?