lockbox

password manager
Log | Files | Refs | README | LICENSE

commit cf802f3d85ab3ff974ce7670ffeb15d566a03fc3
parent b1af49c8282d2bed5d8bb51f7dc9b67de50a7a9a
Author: Sean Enck <sean@ttypty.com>
Date:   Tue, 20 Dec 2022 18:23:39 -0500

enable dependabot

Diffstat:
A.github/dependabot.yml | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" +