From 56621f58178e25cf805c63615927e239932041a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 11:25:00 +0800 Subject: [PATCH] hashFiles.yaml --- .github/workflows/hashFiles.yaml | 1 + renovate.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 renovate.json diff --git a/.github/workflows/hashFiles.yaml b/.github/workflows/hashFiles.yaml index ebd905e..adb0399 100644 --- a/.github/workflows/hashFiles.yaml +++ b/.github/workflows/hashFiles.yaml @@ -22,6 +22,7 @@ jobs: go-hashfiles: # https://gitea.com/actions/go-hashfiles runs-on: ubuntu-latest steps: + - uses: actions/checkout@main # Setup the Go environment. This step can be skipped if Go has been installed. - uses: actions/setup-go@v3 with: diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..e444472 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5" + ], + "dependencyDashboard": false +} \ No newline at end of file