Skip to content

Commit

Permalink
run dependabot monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Jul 1, 2024
1 parent 09eadef commit add7a0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
assignees:
- "lpm0073"
reviewers:
- "lpm0073"
- package-ecosystem: terraform
directory: "/terraform"
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 10
assignees:
- "lpm0073"
Expand All @@ -20,7 +20,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "javascript"
Expand All @@ -31,7 +31,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "python"
Expand All @@ -42,7 +42,7 @@ updates:
- package-ecosystem: "pip"
directory: "/terraform/python/rekognition_layer"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "dependencies"
- "python"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.3",
"@semantic-release/release-notes-generator": "^14.0.0",
"eslint": "^8.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.0",
Expand Down

0 comments on commit add7a0a

Please sign in to comment.