2 Commits

Author SHA1 Message Date
4d094b073b Add renovate.json
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2022-05-07 20:35:19 +00:00
0ad2542742 Removed old gitlab ci related stuff
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-30 23:27:19 +01:00
2 changed files with 3 additions and 24 deletions

View File

@@ -1,24 +0,0 @@
image: node:14
stages:
- publish
# Install the dependencies
before_script:
- npm install
cache:
paths:
- node_modules/
# Build the image and publish it to the npmjs registry.
publish:
stage: publish
only:
- tags
- triggers
script:
- npm version from-git
- npm run build
- echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN'>.npmrc
- npm publish --access public

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}