Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/allenporter/cookiecutter-python",
"commit": "d4d7489f399216b5c4e5c5f734455fe67bd54f5e",
"commit": "77b2b85fd97dd3ae2948d13e515bdc08e52b3d85",
"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -10,7 +10,8 @@
"project_name": "flux_local",
"description": "flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.",
"version": "5.2.0",
"_template": "https://github.com/allenporter/cookiecutter-python"
"_template": "https://github.com/allenporter/cookiecutter-python",
"_commit": "77b2b85fd97dd3ae2948d13e515bdc08e52b3d85"
}
},
"directory": null
Expand Down
23 changes: 23 additions & 0 deletions .github/renovate.json5.rej
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
diff a/.github/renovate.json5 b/.github/renovate.json5 (rejected hunks)
@@ -2,6 +2,7 @@
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
+ 'helpers:pinGitHubActionDigests',
],
assignees: [
'allenporter',
@@ -16,6 +17,13 @@
'patch',
],
},
+ {
+ description: 'Automerge major updates for dev-time tools (Actions, pre-commit, requirements_dev.txt)',
+ matchUpdateTypes: ['major'],
+ matchManagers: ['github-actions', 'pre-commit', 'pip_requirements'],
+ automerge: true,
+ automergeType: 'branch',
+ },
],
pip_requirements: {
managerFilePatterns: [