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