From 90d886fb3bd95f6364988e020497d2f98051d85c Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 8 Dec 2022 19:55:40 +0100 Subject: [PATCH] Update 'renovate.json' (#30) #### :book: Summary #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [ ] Tested via CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Reviewed-on: https://gitea.ocram85.com/OCram85/Blog/pulls/30 --- .woodpecker/.testy.yml | 7 +++++++ renovate.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .woodpecker/.testy.yml diff --git a/.woodpecker/.testy.yml b/.woodpecker/.testy.yml new file mode 100644 index 0000000..9330e70 --- /dev/null +++ b/.woodpecker/.testy.yml @@ -0,0 +1,7 @@ +pipeline: + buildy: + image: node:18.12.0-buster + commands: + - npm install + - npm run test + - npm run build diff --git a/renovate.json b/renovate.json index 338f0a6..1879641 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,7 @@ "enabled": true }, "woodpecker": { - "enabled": true + "enabled": true, + "fileMatch": ["^.woodpecker\/.*\.yml$"] } }