Skip to content

Commit

Permalink
Fix indentation in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Apr 15, 2024
1 parent a2f565c commit 00a10b7
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,71 +5,71 @@

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10

- package-ecosystem: "devcontainers" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: "devcontainers" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10

- package-ecosystem: "bundler" # See documentation for possible values
directory: "/updater" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
groups:
rubocop:
patterns: ["*rubocop*"]
- package-ecosystem: "bundler" # See documentation for possible values
directory: "/updater" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
groups:
rubocop:
patterns: ["*rubocop*"]

- package-ecosystem: "docker" # See documentation for possible values
directory: "/updater" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: "docker" # See documentation for possible values
directory: "/updater" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10

- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
groups:
azure:
patterns: ['Azure.*']
event-bus:
patterns: ["Tingle.EventBus*"]
microsoft:
patterns: ["Microsoft*"]
exclude-patterns:
- "Microsoft.VisualStudio.Azure.Containers.Tools.Targets"
system:
patterns: ["System*"]
tingle:
patterns:
- "Tingle.AspNetCore*"
- "Tingle.Extensions*"
xunit:
patterns: ["Xunit*"]
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
groups:
azure:
patterns: ['Azure.*']
event-bus:
patterns: ["Tingle.EventBus*"]
microsoft:
patterns: ["Microsoft*"]
exclude-patterns:
- "Microsoft.VisualStudio.Azure.Containers.Tools.Targets"
system:
patterns: ["System*"]
tingle:
patterns:
- "Tingle.AspNetCore*"
- "Tingle.Extensions*"
xunit:
patterns: ["Xunit*"]

- package-ecosystem: "npm" # See documentation for possible values
directory: "/extension" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
groups:
jest:
patterns: ["*jest*"]
js-yaml:
patterns: ["*js-yaml*"]
js-ts-types:
patterns: ["@types/*"]
- package-ecosystem: "npm" # See documentation for possible values
directory: "/extension" # Location of package manifests
schedule:
interval: "weekly"
time: "04:00"
open-pull-requests-limit: 10
groups:
jest:
patterns: ["*jest*"]
js-yaml:
patterns: ["*js-yaml*"]
js-ts-types:
patterns: ["@types/*"]

0 comments on commit 00a10b7

Please sign in to comment.