Re-bootstrap as a template repository

This commit is contained in:
Luke Murphy 2020-06-17 08:29:11 +02:00
parent 3ba7e8f6db
commit 7ff2d7dc99
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 0 additions and 41 deletions

View File

@ -1,21 +0,0 @@
---
kind: pipeline
name: deploy to swarm.autonomic.zone
steps:
- name: deployment
image: decentral1se/drone-stack:19.03.8
settings:
compose: docker-compose.yml
host: tcp://swarm.autonomic.zone:2376
stack_name: renovate
tlsverify: true
environment:
PLUGIN_CACERT:
from_secret: docker_cacert
PLUGIN_CERT:
from_secret: docker_cert
PLUGIN_KEY:
from_secret: docker_key
trigger:
branch:
- master

View File

@ -1,16 +1,3 @@
# renovate
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/renovate/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/renovate)
> https://renovate.whitesourcesoftware.com
Renovate is running in a cron job in the swarm and scanning git repositories
specified in the [config.js](./configs/prod/config.js.tmpl) in order to
automatically submit pull requests for dependency upgrades. Renovate supports
[multiple languages and frameworks](https://docs.renovatebot.com) (see
"Language support"). This helps us keep our Docker file tags and Compose
versions update to date, amongst other things.
Configured according [to this guide](https://github.com/renovatebot/renovate/blob/master/docs/development/self-hosting.md).
See [autonomic-cooperative/swarm-cronjob](https://git.autonomic.zone/autonomic-cooperative/swarm-cronjob) for the swarm-based cron job configuration.

View File

@ -1,6 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

View File

@ -1 +0,0 @@
docker-compose==1.26.0-rc4