Skip to content

Commit 4c049fa

Browse files
authored
Renovate: Bump action w/ lookup failure & define prefix (#441)
1 parent 53d582e commit 4c049fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
":configMigration",
99
"abandonments:recommended"
1010
],
11+
"commitMessagePrefix": "Chore:",
1112
"commitMessageLowerCase": "never",
1213
"labels": ["dependency"]
1314
}

.github/workflows/nginx-documentation-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout hugo theme
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.7.1
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
with:
1717
fetch-depth: 0 # This is required for hugo Lastmod to function properly
1818

0 commit comments

Comments
 (0)