Skip to content

Commit

Permalink
Fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
harlee-x committed Apr 1, 2024
1 parent 17d7f83 commit 4da61cd
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
time: "1"
commit-message:
prefix: "Chore: "
include: "scope"
ignore:
- dependency-name: k8s.io/*
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/docker/python" # Location of package manifests
schedule:
interval: "weekly"
groups:
python-packages:
patterns:
- "*"
commit-message:
prefix: "Chore: "
include: "scope"
include: "scope"

0 comments on commit 4da61cd

Please sign in to comment.