Skip to content

Commit

Permalink
chore: Update renovate schedule + lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
rodent1 committed Aug 29, 2024
1 parent fe076d4 commit 0900823
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
lockFileMaintenance: {
enabled: true,
extends: ["schedule:daily"],
automerge: true,
automergeType: "branch",
ignoreTests: true,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nvfetcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Update nvfetcher
on:
workflow_dispatch: {}
schedule:
- cron: 0 * * * *
- cron: "0 2 * * *" # Every night at 0200
push:
paths:
- pkgs/nvfetcher.toml
Expand Down
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0900823

Please sign in to comment.