Compare commits
4 Commits
216f4db7d8
...
e239dd74f3
Author | SHA1 | Date | |
---|---|---|---|
e239dd74f3 | |||
f4e62fef8e | |||
0091fa0dce | |||
073850a232 |
@ -1,7 +0,0 @@
|
|||||||
pipeline:
|
|
||||||
buildy:
|
|
||||||
image: node:18.12.0-buster
|
|
||||||
commands:
|
|
||||||
- npm install
|
|
||||||
- npm run test
|
|
||||||
- npm run build
|
|
@ -1,6 +1,6 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
DockerBaseImage:
|
DockerBaseImage:
|
||||||
image: renovate/renovate:34.40-slim
|
image: renovate/renovate:34.53-slim
|
||||||
commands:
|
commands:
|
||||||
- "renovate"
|
- "renovate"
|
||||||
secrets:
|
secrets:
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
"homepage": "https://github.com/OCram85/Blog#readme",
|
"homepage": "https://github.com/OCram85/Blog#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"exec-bin": "^1.0.0",
|
"exec-bin": "^1.0.0",
|
||||||
"hugo-installer": "^3.1.0",
|
"hugo-installer": "^4.0.0",
|
||||||
"markdownlint-cli": "^0.31.1",
|
"markdownlint-cli": "^0.31.1",
|
||||||
"rimraf": "^3.0.2"
|
"rimraf": "^3.0.2"
|
||||||
},
|
},
|
||||||
|
@ -13,6 +13,6 @@
|
|||||||
},
|
},
|
||||||
"woodpecker": {
|
"woodpecker": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileMatch": ["^.woodpecker\/.*\.yml$"]
|
"fileMatch": ["^.woodpecker\/.*.yml$"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user