Skip to content

Commit

Permalink
ci: dependabot config update
Browse files Browse the repository at this point in the history
  • Loading branch information
andykenward committed Apr 21, 2024
1 parent 5089303 commit 23dbd34
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ updates:
directory: /
schedule:
interval: weekly
day: monday
day: sunday
- package-ecosystem: 'devcontainers'
directory: '/'
schedule:
interval: weekly
day: sunday
- package-ecosystem: npm
directory: /
schedule:
interval: daily
interval: weekly
day: sunday
groups:
graphql:
patterns:
Expand All @@ -41,10 +43,14 @@ updates:
- 'prettier'
- 'eslint-config-prettier'
- '@ianvs/prettier-plugin-sort-imports'
- 'prettier-plugin-packagejson'
octokit:
patterns:
- '@octokit/*'
cloudflare:
patterns:
- '@cloudflare/*'
- 'wrangler'
changesets:
patterns:
- '@changesets/*'

0 comments on commit 23dbd34

Please sign in to comment.