Skip to content

Commit

Permalink
Merge #170
Browse files Browse the repository at this point in the history
170: Update dependabot updates interval to monthly r=bidoubiwa a=meili-bot

_This PR is auto-generated._

Change dependabot configuration to be monthly.
Make sure you got the right configuration after this automation, check the `open-pull-requests-limit` and the allow list of dependencies.

Related to: meilisearch/integration-guides#283


Co-authored-by: meili-bot <[email protected]>
  • Loading branch information
meili-bors[bot] and meili-bot authored Aug 7, 2023
2 parents 6e9fa53 + cb45b9c commit 55fab8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: weekly
interval: "monthly"
time: "04:00"
open-pull-requests-limit: 10
labels:
Expand All @@ -16,7 +16,7 @@ updates:
- package-ecosystem: github-actions
directory: '/functions'
schedule:
interval: weekly
interval: "monthly"
time: "04:00"
labels:
- skip-changelog
Expand Down

0 comments on commit 55fab8e

Please sign in to comment.