Skip to content

Commit

Permalink
chore: Replacing dependabot by renovate (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb authored Nov 1, 2020
1 parent 70431e8 commit 027c1bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .dependabot/config.yml

This file was deleted.

4 changes: 3 additions & 1 deletion renovate.json → .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
"automerge": true,
"labels": [ "automerge" ]
}
]
}
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker test
name: Test the current docker image

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker image v2
name: Build docker images

on:
push:
Expand Down

0 comments on commit 027c1bf

Please sign in to comment.