We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e4ec7 commit 11815f0Copy full SHA for 11815f0
.github/renovate.json
@@ -0,0 +1,12 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ ":approveMajorUpdates",
6
+ ":configMigration",
7
+ ":docker",
8
+ ":prHourlyLimitNone",
9
+ ":timezone(America/Chicago)",
10
+ "helpers:pinGitHubActionDigests"
11
+ ]
12
+ }
.github/workflows/tag-updates.yml
@@ -6,7 +6,7 @@ on:
- main
paths-ignore:
- .gitignore
- - renovate.json
+ - .github/renovate.json
- README.MD
- LICENSE
- docs/
renovate.json
0 commit comments