hashFiles.yaml
This commit is contained in:
1
.github/workflows/hashFiles.yaml
vendored
1
.github/workflows/hashFiles.yaml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
go-hashfiles: # https://gitea.com/actions/go-hashfiles
|
go-hashfiles: # https://gitea.com/actions/go-hashfiles
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
# Setup the Go environment. This step can be skipped if Go has been installed.
|
# Setup the Go environment. This step can be skipped if Go has been installed.
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
|
7
renovate.json
Normal file
7
renovate.json
Normal file
@ -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
|
||||||
|
}
|
Reference in New Issue
Block a user