Skip to content

Commit

Permalink
Correct dependabot configuration (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom-at-redhat authored Jun 3, 2024
1 parent cf0bb92 commit cd28d60
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,39 @@
---
version: 2
updates:
- package-ecosystem: gomod
directory: /
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily
- package-ecosystem: github-actions
directory: /
interval: "daily"
labels:
- "dependencies"
- "go"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
interval: "daily"
labels:
- "dependencies"
- "github-actions"
- package-ecosystem: "pip"
directory: "/receptorctl"
directory: "/receptor-python-worker"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "weekly"
interval: "daily"
labels:
- "dependencies"
- "pip"
- package-ecosystem: "pip"
directory: "/receptorctl"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "daily"
labels:
- "dependencies"
- "pip"

0 comments on commit cd28d60

Please sign in to comment.