Skip to content

[WIP] v2.0.0 refactor #1

[WIP] v2.0.0 refactor

[WIP] v2.0.0 refactor #1

Workflow file for this run

# Dependabot configuration for AsBuiltReport.VMware.vSphere

Check failure on line 1 in .github/workflows/Dependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Dependabot.yml

Invalid workflow file

(Line: 4, Col: 1): Unexpected value 'version', (Line: 5, Col: 1): Unexpected value 'updates', (Line: 4, Col: 1): Required property is missing: jobs
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
# Monitor GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "dependencies"
- "github-actions"
commit-message:
prefix: "ci"
include: "scope"
open-pull-requests-limit: 5
# Monitor PowerShell modules (via manifest)
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "dependencies"
- "powershell"
commit-message:
prefix: "deps"
include: "scope"
open-pull-requests-limit: 5