Skip to content

Commit

Permalink
Add Renovate custom manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Minituff committed Oct 11, 2023
1 parent b8ed2c2 commit 38d7091
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^docker-run-example.sh$"
],
"matchStrings": [
"minituff\/nautical-backup:(?<currentValue>.*?) "
],
"datasource ": "docker"
}
]
}
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Nautical Backup is designed to be a simple and easy way to use tool to backup your docker volumes.

Essentially, this is an automated and confugurable backup tool built around [rsync](https://en.wikipedia.org/wiki/Rsync).
Essentially, this is an automated and configurable backup tool built around [rsync](https://en.wikipedia.org/wiki/Rsync).
## Backups Made Easy

Nautical requires almost no configuration when container volumes are all in a folder matching its `container-name` within the source directory. Of course, we can use [variables](./arguments.md) to override these defaults.
Expand Down
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 38d7091

Please sign in to comment.