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 53d582e commit 4c049faCopy full SHA for 4c049fa
.github/renovate.json
@@ -8,6 +8,7 @@
8
":configMigration",
9
"abandonments:recommended"
10
],
11
+ "commitMessagePrefix": "Chore:",
12
"commitMessageLowerCase": "never",
13
"labels": ["dependency"]
14
}
.github/workflows/nginx-documentation-build.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout hugo theme
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.7.1
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
with:
17
fetch-depth: 0 # This is required for hugo Lastmod to function properly
18
0 commit comments