Skip to content

Commit

Permalink
Merge branch 'main' into next-major
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 1, 2024
2 parents 75d9989 + add7a0a commit c5dd6f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
args: ["--ignore-words=codespell.txt"]
exclude: 'codespell.txt|\.svg$'
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.15.0
rev: v9.16.0
hooks:
- id: commitlint
stages: [commit-msg]
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 c5dd6f5

Please sign in to comment.