Skip to content

Commit

Permalink
fix: update package name for renovate config (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi authored Nov 20, 2024
1 parent 549793e commit 7b422c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=gohugo/hugo
# renovate: datasource=github-releases depName=gohugoio/hugo
HUGO_VERSION: 0.135.0
steps:
- name: Install Hugo CLI
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
syntax-check:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=gohugo/hugo
# renovate: datasource=github-releases depName=gohugoio/hugo
HUGO_VERSION: 0.135.0
steps:
- name: Install Hugo CLI
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@4aa18b6ccdac05029fab067313a6a04f941e6494 # for v1.9.0
with:
args: "--cookie-jar /tmp/lychee-cookies './content/**/*.md'"
args: "--cookie-jar /tmp/lychee-cookies './content/**/*.md'"
jobSummary: true

0 comments on commit 7b422c2

Please sign in to comment.