Skip to content

Commit

Permalink
🧹 Use dependabot groups for update PRs (#2468)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <christian@mondoo.com>
  • Loading branch information
czunker authored Nov 6, 2023
1 parent 0525f2c commit 07a2eae
Showing 1 changed file with 163 additions and 23 deletions.
186 changes: 163 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
Expand All @@ -13,79 +9,223 @@ updates:
directory: /
schedule:
interval: daily
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/opcua/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/arista/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/atlassian/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/okta/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/ms365/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/google-workspace/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/equinix/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/vsphere/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/gitlab/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/gcp/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/ipmi/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/github/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/vcd/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/azure/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/terraform/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/slack/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/oci/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/aws/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: gomod
directory: /providers/k8s/
schedule:
interval: weekly
interval: daily
groups:
gomodupdates:
patterns:
- "*"
update-types:
- minor
- patch

0 comments on commit 07a2eae

Please sign in to comment.