From 0e3c5c6bd6fd3fbcc9268a5eeb6824c320822e9e Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Fri, 4 Oct 2024 14:56:05 -0700 Subject: [PATCH 1/4] modulesync 9.3.0 --- .github/workflows/markdownlint.yaml | 2 +- .github/workflows/pr_labels.yaml | 2 +- .github/workflows/shellcheck.yaml | 2 +- .github/workflows/yamllint.yaml | 2 +- .mdl_style.rb | 1 - renovate.json | 7 +++++++ 6 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 renovate.json diff --git a/.github/workflows/markdownlint.yaml b/.github/workflows/markdownlint.yaml index 5890d74..1b363b5 100644 --- a/.github/workflows/markdownlint.yaml +++ b/.github/workflows/markdownlint.yaml @@ -9,7 +9,7 @@ jobs: markdownlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run mdl uses: actionshub/markdownlint@main diff --git a/.github/workflows/pr_labels.yaml b/.github/workflows/pr_labels.yaml index aac47df..9022ba8 100644 --- a/.github/workflows/pr_labels.yaml +++ b/.github/workflows/pr_labels.yaml @@ -7,7 +7,7 @@ jobs: label: runs-on: "ubuntu-latest" steps: - - uses: "mheap/github-action-required-labels@v3" + - uses: "mheap/github-action-required-labels@v5" with: mode: "exactly" count: 1 diff --git a/.github/workflows/shellcheck.yaml b/.github/workflows/shellcheck.yaml index 0c345d1..9b05bb5 100644 --- a/.github/workflows/shellcheck.yaml +++ b/.github/workflows/shellcheck.yaml @@ -9,7 +9,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run ShellCheck uses: ludeeus/action-shellcheck@master diff --git a/.github/workflows/yamllint.yaml b/.github/workflows/yamllint.yaml index d0cba14..d10c943 100644 --- a/.github/workflows/yamllint.yaml +++ b/.github/workflows/yamllint.yaml @@ -9,7 +9,7 @@ jobs: yamllint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Run yamllint uses: bewuethr/yamllint-action@v1 diff --git a/.mdl_style.rb b/.mdl_style.rb index ff9bc82..55e6b1e 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -4,6 +4,5 @@ rule "MD013", :code_blocks => false exclude_rule "MD003" exclude_rule "MD013" -exclude_rule "MD024" exclude_rule "MD036" exclude_rule "MD034" diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..d6b33cd --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "labels": ["enhancement"] +} From 18abf250f5e134dc803be1269a42872fbe52f938 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt <948901+jhoblitt@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:57:58 -0700 Subject: [PATCH 2/4] Update .mdl_style.rb --- .mdl_style.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/.mdl_style.rb b/.mdl_style.rb index 55e6b1e..ff9bc82 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -4,5 +4,6 @@ rule "MD013", :code_blocks => false exclude_rule "MD003" exclude_rule "MD013" +exclude_rule "MD024" exclude_rule "MD036" exclude_rule "MD034" From 19d064332658c04118622ba3c655d9e7c80053ec Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Fri, 4 Oct 2024 14:59:12 -0700 Subject: [PATCH 3/4] modulesync 9.3.0 --- .mdl_style.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/.mdl_style.rb b/.mdl_style.rb index ff9bc82..55e6b1e 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -4,6 +4,5 @@ rule "MD013", :code_blocks => false exclude_rule "MD003" exclude_rule "MD013" -exclude_rule "MD024" exclude_rule "MD036" exclude_rule "MD034" From bae108e0600f6a29850f05ea51d4f35b7829c3b0 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt <948901+jhoblitt@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:13:59 -0700 Subject: [PATCH 4/4] Update .mdl_style.rb --- .mdl_style.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/.mdl_style.rb b/.mdl_style.rb index 55e6b1e..ff9bc82 100644 --- a/.mdl_style.rb +++ b/.mdl_style.rb @@ -4,5 +4,6 @@ rule "MD013", :code_blocks => false exclude_rule "MD003" exclude_rule "MD013" +exclude_rule "MD024" exclude_rule "MD036" exclude_rule "MD034"