From 8e6bee5a088b4a4cf9b87cace02e72401cfdb224 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 8 Dec 2022 12:23:37 +0100 Subject: [PATCH 1/4] Update 'renovate.json' --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 338f0a6..44ff0fd 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,7 @@ "enabled": true }, "woodpecker": { - "enabled": true + "enabled": true, + "fileMatch": "^.woodpecker\/.*\.yml$" } } -- 2.40.1 From a9916b101083dca29f827d6ca3098af77dcf22a4 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 8 Dec 2022 12:26:18 +0100 Subject: [PATCH 2/4] Add '.woodpecker/.testy.yml' --- .woodpecker/.testy.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .woodpecker/.testy.yml diff --git a/.woodpecker/.testy.yml b/.woodpecker/.testy.yml new file mode 100644 index 0000000..469c262 --- /dev/null +++ b/.woodpecker/.testy.yml @@ -0,0 +1,7 @@ +pipeline: + buildy: + image: node:lts-buster-slim + commands: + - npm install + - npm run test + - npm run build -- 2.40.1 From 27e6c46d644809c1bb84b15eebc5e8178101e958 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 8 Dec 2022 12:30:27 +0100 Subject: [PATCH 3/4] testing version --- .woodpecker/.testy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.testy.yml b/.woodpecker/.testy.yml index 469c262..9330e70 100644 --- a/.woodpecker/.testy.yml +++ b/.woodpecker/.testy.yml @@ -1,6 +1,6 @@ pipeline: buildy: - image: node:lts-buster-slim + image: node:18.12.0-buster commands: - npm install - npm run test -- 2.40.1 From 5f37d4738d46fd0b744144de5ec9016bb921be0a Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 8 Dec 2022 19:51:53 +0100 Subject: [PATCH 4/4] Update 'renovate.json' --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 44ff0fd..1879641 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,6 @@ }, "woodpecker": { "enabled": true, - "fileMatch": "^.woodpecker\/.*\.yml$" + "fileMatch": ["^.woodpecker\/.*\.yml$"] } } -- 2.40.1