Skip to content

Commit

Permalink
chore: combine debendabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jun 18, 2024
1 parent 77b1ecc commit d4383f5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 116 deletions.
30 changes: 18 additions & 12 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
directories:
- "/"
- "/git_services"
schedule:
interval: "daily"
target-branch: "master"
group:
python:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "master"
- package-ecosystem: "pip"
directory: "/git_services"
schedule:
interval: "daily"
target-branch: "master"
- package-ecosystem: "gomod"
directory: "/git-https-proxy"
schedule:
interval: "daily"
target-branch: "master"
group:
gh-actions:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/k8s-watcher"
directories:
- "/git-https-proxy"
- "/k8s-watcher"
schedule:
interval: "daily"
target-branch: "master"
group:
gomod:
patterns:
- "*"
104 changes: 0 additions & 104 deletions .github/workflows/combine-dependabot-updates.yml

This file was deleted.

0 comments on commit d4383f5

Please sign in to comment.