Compare commits
1 Commits
master
...
renovate/c
Author | SHA1 | Date |
---|---|---|
Giles Bradshaw | 38607357e3 |
|
@ -9,12 +9,10 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: renovate
|
- name: renovate
|
||||||
image: renovate/renovate:22.23.2@sha256:2492646d52ef31c3eb9cd22ab028347a554b62dd6be6655beae499d124f3eee3
|
image: renovate/renovate:22.22.2
|
||||||
environment:
|
environment:
|
||||||
RENOVATE_TOKEN:
|
RENOVATE_TOKEN:
|
||||||
from_secret: renovate-token
|
from_secret: renovate-token
|
||||||
RENOVATE_ENDPOINT:
|
RENOVATE_ENDPOINT:
|
||||||
from_secret: renovate-endpoint
|
from_secret: renovate-endoint
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_AUTODISCOVER: true
|
|
||||||
RENOVATE_PIN_DIGESTS: true
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
node_modules
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,12 +0,0 @@
|
||||||
# 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))
|
|
19
package.json
19
package.json
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
Loading…
Reference in New Issue