Skip to content

Commit

Permalink
Merge pull request #1079 from gdams/deps
Browse files Browse the repository at this point in the history
updaste dependabot to use wildcards
  • Loading branch information
karianna authored Jul 1, 2024
2 parents 60c9c20 + e6bebbf commit 64de02d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub composite Actions (/.github/actions)
# Waiting for supporting wildcards see https://github.com/dependabot/dependabot-core/issues/5137
- package-ecosystem: "github-actions"
directory: "/.github/actions/azure-login"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/.github/actions/do-login"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/.github/actions/docker-build"
directory: "/.github/actions/*"
schedule:
interval: "daily"
- package-ecosystem: "maven"
Expand Down

0 comments on commit 64de02d

Please sign in to comment.