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