Skip to content

Commit

Permalink
fix(renovate): disable updates in all posts (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap authored May 8, 2024
1 parent 84ffbe0 commit 5fd17e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// ignore chirpy dependencies
// https://renovatebot.com/docs/configuration-options/#ignoredeps
ignoreDeps: ["http_parser.rb", "html-proofer"],
ignorePaths: ["_posts/202[2-3]/**"],
ignorePaths: ["_posts/**"],
labels: [
"renovate",
"renovate/{{replace '.*/' '' depName}}",
Expand Down Expand Up @@ -49,16 +49,6 @@
matchDatasources: ["custom.grafana-dashboards"],
matchUpdateTypes: ["major"],
},
{
automerge: true,
commitBody: "[skip ci]",
description: "AutoMerge all for specific post",
ignoreTests: true,
matchFileNames: [
"_posts/2024/2024-05-03-secure-cheap-amazon-eks-with-pod-identities.md",
],
matchUpdateTypes: ["major", "minor", "patch"],
},
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
rebaseWhen: "behind-base-branch",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-pages-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
directory: ./public
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
projectName: ${{ steps.variables.outputs.CLOUDFLARE_PAGES_PROJECT }}
wranglerVersion: 3

- name: Restore lychee cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Links
name: links

on:
workflow_dispatch:
Expand Down

0 comments on commit 5fd17e6

Please sign in to comment.