Skip to content

Commit

Permalink
dep fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Feb 8, 2024
1 parent 8e88473 commit 81803c7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Maintain dependencies for go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -17,9 +17,11 @@ updates:
include: "scope"
labels:
- "Type: Maintenance"
allow:
- dependency-name: "github.com/projectdiscovery/*"

# # Maintain dependencies for go modules
# - package-ecosystem: "gomod"
# # Maintain dependencies for docker
# - package-ecosystem: "docker"
# directory: "/"
# schedule:
# interval: "weekly"
Expand All @@ -30,8 +32,8 @@ updates:
# labels:
# - "Type: Maintenance"
#
# # Maintain dependencies for docker
# - package-ecosystem: "docker"
# # Maintain dependencies for GitHub Actions
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "weekly"
Expand Down

0 comments on commit 81803c7

Please sign in to comment.