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
|
||||
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:
|
||||
|
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