hotfix(github): fix dependabot config (AI at it again)

This commit is contained in:
Quentin McGaw
2026-05-24 21:22:18 +00:00
parent 7e8d81b161
commit f65ee3dcb1
+16 -41
View File
@@ -14,33 +14,6 @@ updates:
# servers available # servers available
package-ecosystem: "gomod" package-ecosystem: "gomod"
directory: "/" directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "github.com/qdm12/gluetun-servers"
- # non important dependencies that do not need to be updated.
package-ecosystem: gomod
directory: /
schedule:
interval: "quarterly"
allow:
- dependency-name: "github.com/breml/rootcerts"
- dependency-name: "github.com/fatih/color"
- dependency-name: "github.com/golang/mock"
- dependency-name: "github.com/klauspost/compress"
- dependency-name: "github.com/klauspost/pgzip"
- dependency-name: "github.com/pelletier/go-toml/v2"
- dependency-name: "github.com/qdm12/goshutdown"
- dependency-name: "github.com/qdm12/gosplash"
- dependency-name: "github.com/qdm12/gotree"
- dependency-name: "github.com/qdm12/log"
- dependency-name: "github.com/stretchr/testify"
- dependency-name: "github.com/ulikunitz/xz"
- dependency-name: "gopkg.in/ini.v1"
- # The rest of Go modules are important and should be checked every week,
# instead of daily, to give a bit of time to avoid supply chain attacks.
package-ecosystem: gomod
directory: /
schedule: schedule:
interval: "weekly" interval: "weekly"
ignore: ignore:
@@ -50,17 +23,19 @@ updates:
# maintainers, which is persisted on the Go proxy. # maintainers, which is persisted on the Go proxy.
dependency-name: "github.com/amnezia-vpn/amneziawg-go" dependency-name: "github.com/amnezia-vpn/amneziawg-go"
versions: ["1.x"] versions: ["1.x"]
- dependency-name: "github.com/qdm12/gluetun-servers" groups:
- dependency-name: "github.com/breml/rootcerts" low-importance:
- dependency-name: "github.com/fatih/color" patterns:
- dependency-name: "github.com/golang/mock" - "github.com/breml/rootcerts"
- dependency-name: "github.com/klauspost/compress" - "github.com/fatih/color"
- dependency-name: "github.com/klauspost/pgzip" - "github.com/golang/mock"
- dependency-name: "github.com/pelletier/go-toml/v2" - "github.com/klauspost/compress"
- dependency-name: "github.com/qdm12/goshutdown" - "github.com/klauspost/pgzip"
- dependency-name: "github.com/qdm12/gosplash" - "github.com/pelletier/go-toml/v2"
- dependency-name: "github.com/qdm12/gotree" - "github.com/qdm12/goshutdown"
- dependency-name: "github.com/qdm12/log" - "github.com/qdm12/gosplash"
- dependency-name: "github.com/stretchr/testify" - "github.com/qdm12/gotree"
- dependency-name: "github.com/ulikunitz/xz" - "github.com/qdm12/log"
- dependency-name: "gopkg.in/ini.v1" - "github.com/stretchr/testify"
- "github.com/ulikunitz/xz"
- "gopkg.in/ini.v1"