Squashed commit of the following:
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit 1b755f848ccf137766a5377172c763f52e28fbdf Author: Giles Bradshaw <giles.bradshaw@sigyl.com> Date: Fri Aug 28 22:04:29 2020 +0100 fix:package.json commit 157cea265dec351a09ed76013eeed914c21205b0 Author: Giles Bradshaw <giles.bradshaw@sigyl.com> Date: Fri Aug 28 22:03:50 2020 +0100 chore(release): 0.0.1 commit d0d68075a924fab93d83dd436025eeb7ff4a0efc Author: Giles Bradshaw <giles.bradshaw@sigyl.com> Date: Thu Aug 27 15:41:59 2020 +0100 . commit 06ab1b70c6793b59d7e2301084fbe7f3bf345aa9 Author: Giles Bradshaw <giles.bradshaw@sigyl.com> Date: Thu Aug 27 15:27:00 2020 +0100 . commit c57764487ef1f2d941335d85ceb3d053fa553d54 Author: Giles Bradshaw <giles.bradshaw@sigyl.com> Date: Thu Aug 27 15:25:21 2020 +0100 . commit 442c0e8f75fd2796a5a459633df9e6c2b9f92b12 Author: Giles Bradshaw <giles.bradshaw@sigyl.com> Date: Thu Aug 27 15:22:50 2020 +0100 .
This commit is contained in:
parent
9fc1d91abe
commit
2271429ce5
|
@ -9,10 +9,12 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: renovate
|
||||
image: renovate/renovate:22.22.2
|
||||
image: renovate/renovate:22.23.2@sha256:2492646d52ef31c3eb9cd22ab028347a554b62dd6be6655beae499d124f3eee3
|
||||
environment:
|
||||
RENOVATE_TOKEN:
|
||||
from_secret: renovate-token
|
||||
RENOVATE_ENDPOINT:
|
||||
from_secret: renovate-endoint
|
||||
from_secret: renovate-endpoint
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_AUTODISCOVER: true
|
||||
RENOVATE_PIN_DIGESTS: true
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -0,0 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### 0.0.1 (2020-08-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* added access token ([65684de](https://sigyl.com///commit/65684de6493644aa86e5a97865b82508311be01d))
|
||||
* added endpoint ([9fc1d91](https://sigyl.com///commit/9fc1d91abe3bc609fc404791b9e3b3892c72963e))
|
||||
* fix tml.. ([be63162](https://sigyl.com///commit/be63162c04e0bf4446a39bf78289aa67ec109e88))
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "renovate-bot",
|
||||
"version": "0.0.1",
|
||||
"description": "renovate",
|
||||
"scripts": {
|
||||
"release": "standard-version",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://sigyl.com/git/stack/renovate-bot"
|
||||
},
|
||||
"author": "Giles Bradshaw",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue