add dependabot to keep us somewhat up to date

This commit is contained in:
Kaj Niemi
2023-02-21 15:34:46 +02:00
parent c939a03fb2
commit 51f8079108
2 changed files with 12 additions and 1 deletions

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

2
go.mod
View File

@@ -4,6 +4,6 @@ go 1.14
require (
github.com/google/uuid v1.2.0
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
golang.org/x/net 0.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)