Skip to content

Commit

Permalink
ci(dependabot.yml): use glob syntax in config... (#19662)
Browse files Browse the repository at this point in the history
to try to get dependabot to create only one PR instead of several, cf. #19655, #19658
  • Loading branch information
bryangingechen committed Dec 1, 2024
1 parent 6926cee commit 439bd58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ updates:
# Configuration for dependency updates
- package-ecosystem: "github-actions" # Specifies the ecosystem to check for updates
directories:
- "/" # Specifies the directory to check for dependencies; "/" means the root directory
- "/.github/" # covers `build.in.yml` as well, which is not in `.github/workflows/` because it shouldn't be run in CI.
- "/.github/*" # covers `build.in.yml` as well, which is not in `.github/workflows/` because it shouldn't be run in CI.
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"

0 comments on commit 439bd58

Please sign in to comment.