swarmproxy/renovate.json
OCram85 cf6593f58f
All checks were successful
ci / docker (push) Successful in 36s
adds renovate support (#8)
#### 📖 Summary

- testing renovate support with gitea-actions

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #8
2023-07-12 14:01:39 +02:00

13 lines
189 B
JSON

{
"dependencyDashboard": true,
"docker": {
"enabled": true
},
"github-actions": {
"enabled": true,
"fileMatch": [
"^\\.gitea/workflows/[^/]+\\.ya?ml$"
]
}
}