Skip to content

Commit

Permalink
Additional clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Dec 21, 2024
1 parent 67841ef commit 70bdd13
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: 'daily'
interval: daily
labels:
- 'ci-quality'
- ci-quality
reviewers:
- 'microsoft/psrule'
- microsoft/psrule

# Maintain dependencies for NuGet
- package-ecosystem: 'nuget'
- package-ecosystem: nuget
directory: '/'
schedule:
interval: 'daily'
interval: daily
labels:
- 'dependencies'
- dependencies
reviewers:
- 'microsoft/psrule'
- microsoft/psrule
groups:
# Group PowerShell packages that have inter-dependencies
dev-powershell:
Expand Down

0 comments on commit 70bdd13

Please sign in to comment.