Update 'renovate.json' (#30)
All checks were successful
All checks were successful
#### 📖 Summary <!-- Provide a summary of your changes. Describe the why and not how. --> #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [ ] Tested via CI pipeline - [ ] 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. --> Reviewed-on: #30
This commit is contained in:
parent
4f2c65b69f
commit
90d886fb3b
7
.woodpecker/.testy.yml
Normal file
7
.woodpecker/.testy.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
pipeline:
|
||||||
|
buildy:
|
||||||
|
image: node:18.12.0-buster
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- npm run test
|
||||||
|
- npm run build
|
@ -12,6 +12,7 @@
|
|||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"woodpecker": {
|
"woodpecker": {
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"fileMatch": ["^.woodpecker\/.*\.yml$"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user