Skip to content

Commit

Permalink
Automated: Add dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform committed Nov 28, 2023
1 parent 100d5cf commit 09bf9c2
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
#########################################################################################################################
# THIS FILE IS AUTOGENERATED. SEE https://github.com/fishbrain/terraform/blob/master/modules/dependabot_config/main.tf #
#########################################################################################################################
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
reviewers:
- "fishbrain/web-developers"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "fishbrain/web-developers"

"updates":
- "directory": "/"
"open-pull-requests-limit": 10
"package-ecosystem": "npm"
"reviewers":
- "fishbrain/web-developers"
"schedule":
"interval": "daily"
- "directory": "/"
"open-pull-requests-limit": 10
"package-ecosystem": "github-actions"
"reviewers":
- "fishbrain/web-developers"
"schedule":
"interval": "daily"

0 comments on commit 09bf9c2

Please sign in to comment.