Skip to content

Commit

Permalink
Remove weekly updates for Windows Wireguard-Go and Balrog Updater (#1…
Browse files Browse the repository at this point in the history
…0118)

- Removed weekly updates for Windows Wireguard-Go and Balrog Updater from the Dependabot configuration.
  • Loading branch information
strseb authored Dec 10, 2024
1 parent 66d0080 commit 1f89025
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,13 @@ updates:
# interval: "monthly"
# labels:
# - "dependencies"
# Windows Wireguard-Go
- package-ecosystem: "gomod"
directory: "/windows/tunnel"
schedule:
interval: "weekly"
labels:
- "dependencies"
# Android Wireguard-Go
- package-ecosystem: "gomod"
directory: "/android/daemon/tunnel/libwg-go"
schedule:
interval: "weekly"
labels:
- "dependencies"
# Balrog Updater
- package-ecosystem: "gomod"
directory: "/balrog"
schedule:
interval: "weekly"
labels:
- "dependencies"
# Android JVM Dependencies
- package-ecosystem: "gradle"
directory: "/android/"
Expand Down Expand Up @@ -68,17 +54,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Inspector
#- package-ecosystem: "npm"
# directory: "/tools/inspector"
# schedule:
# interval: "weekly"
# labels:
# - "dependencies"
# Language Localizer
#- package-ecosystem: "npm"
# directory: "/tools/languagelocalizer"
# schedule:
# interval: "monthly"
# labels:
# - "dependencies"
groups:
# NPM Dependencies are so unlikely to break things, let's group them into a weekly PR.
npm:
patterns:
- "*"

0 comments on commit 1f89025

Please sign in to comment.