diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..2bbfda4 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" diff --git a/README.md b/README.md index 48fc071..207cf35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tor -Yet another tor image. +Yet another Tor image. This image is published weekly by Github Actions, this ensures tor and other package upgrades are integrated in a timely manner.