Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f8a6674
fix: dependabot 버전 업데이트 pr 생성 비활성화
yangeunjun00 Jul 13, 2026
45bce59
fix: 의존성 불일치 수정
yangeunjun00 Jul 14, 2026
c14d76d
fix: 의존성 불일치 수정 및 package.json과 동기화
yangeunjun00 Jul 14, 2026
fec8f52
Merge pull request #30 from CKLOB/fix/dependabot
yangeunjun00 Jul 14, 2026
7c01fdf
chore(deps-dev): bump prettier from 3.9.4 to 3.9.5
dependabot[bot] Jul 14, 2026
fc6e8c0
chore(deps): bump react-i18next from 17.0.8 to 17.0.9
dependabot[bot] Jul 14, 2026
898b2ae
chore(deps-dev): bump eslint from 9.39.4 to 9.39.5
dependabot[bot] Jul 14, 2026
cc88a28
chore(deps): bump i18next from 26.3.4 to 26.3.6
dependabot[bot] Jul 14, 2026
c8112e8
Merge pull request #24 from CKLOB/dependabot/npm_and_yarn/develop/rea…
koreahghg Jul 14, 2026
44a78d6
Merge pull request #25 from CKLOB/dependabot/npm_and_yarn/develop/esl…
koreahghg Jul 14, 2026
6fd32eb
Merge branch 'develop' into dependabot/npm_and_yarn/develop/prettier-…
koreahghg Jul 14, 2026
906a160
Merge branch 'develop' into dependabot/npm_and_yarn/develop/i18next-2…
koreahghg Jul 14, 2026
b9acb1b
Merge pull request #26 from CKLOB/dependabot/npm_and_yarn/develop/pre…
koreahghg Jul 14, 2026
2e9ff06
Merge pull request #27 from CKLOB/dependabot/npm_and_yarn/develop/i18…
koreahghg Jul 14, 2026
94990a7
chore(deps): bump actions/setup-node from 6 to 7
dependabot[bot] Jul 20, 2026
4bb294a
fix: commitlint body 길이 제한 dependabot 예외 처리
koreahghg Jul 26, 2026
60e0657
fix: Expo SDK 57 패키지 버전 정합
koreahghg Jul 26, 2026
17ae659
Merge pull request #38 from CKLOB/fix/expo-sdk-version-align
koreahghg Jul 26, 2026
ae9ae32
Merge branch 'develop' into fix/commitlint-dependabot-body-length
koreahghg Jul 26, 2026
eda9507
Merge pull request #37 from CKLOB/fix/commitlint-dependabot-body-length
koreahghg Jul 26, 2026
f36849e
chore(deps): bump react-i18next from 17.0.9 to 17.0.11
dependabot[bot] Jul 26, 2026
724e2f7
Merge pull request #33 from CKLOB/dependabot/npm_and_yarn/develop/rea…
koreahghg Jul 26, 2026
6502b74
Merge branch 'develop' into dependabot/github_actions/develop/actions…
koreahghg Jul 26, 2026
f3372a6
chore(deps-dev): bump lint-staged from 17.0.8 to 17.2.0
dependabot[bot] Jul 26, 2026
03f8531
Merge pull request #31 from CKLOB/dependabot/github_actions/develop/a…
koreahghg Jul 26, 2026
beed6d5
Merge branch 'develop' into dependabot/npm_and_yarn/develop/lint-stag…
koreahghg Jul 26, 2026
9bbc2c0
Merge pull request #32 from CKLOB/dependabot/npm_and_yarn/develop/lin…
koreahghg Jul 26, 2026
caa1947
chore(deps): bump react-hook-form from 7.81.0 to 7.83.0
dependabot[bot] Jul 26, 2026
e5ea40b
Merge branch 'develop' into dependabot/npm_and_yarn/develop/react-hoo…
koreahghg Jul 26, 2026
6f493d6
chore(deps): bump @tanstack/react-query from 5.101.2 to 5.101.4
dependabot[bot] Jul 26, 2026
7d30ad2
Merge pull request #35 from CKLOB/dependabot/npm_and_yarn/develop/rea…
koreahghg Jul 26, 2026
d0e4c11
Merge branch 'develop' into dependabot/npm_and_yarn/develop/tanstack/…
koreahghg Jul 26, 2026
31c4c4f
Merge pull request #36 from CKLOB/dependabot/npm_and_yarn/develop/tan…
koreahghg Jul 26, 2026
cb03e44
Merge branch 'main' into develop
koreahghg Jul 26, 2026
8e5efe1
chore(deps-dev): bump prettier from 3.9.5 to 3.9.6
dependabot[bot] Jul 27, 2026
26786f7
Merge pull request #40 from CKLOB/dependabot/npm_and_yarn/develop/pre…
koreahghg Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ updates:
target-branch: develop
schedule:
interval: weekly
open-pull-requests-limit: 10
# Dependabot 버전 업데이트 PR 생성 비활성화
open-pull-requests-limit: 0
ignore:
- dependency-name: 'expo*'
- dependency-name: 'react-native*'
Expand All @@ -28,3 +29,5 @@ updates:
target-branch: develop
schedule:
interval: weekly
# Dependabot 버전 업데이트 PR 생성 비활성화
open-pull-requests-limit: 0
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 24
cache: npm
Expand Down
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
],
"expo-secure-store",
"expo-localization",
"@sentry/react-native"
"@sentry/react-native",
"expo-image",
"expo-status-bar",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true,
Expand Down
4 changes: 4 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ module.exports = {
// nouns (NativeWind, GitHub Actions, MMKV), which trip the Latin-script
// case heuristics in this rule.
'subject-case': [0],
// Dependabot commit bodies embed unbreakable changelog/diff URLs that
// routinely exceed 100 chars; human commits in this repo are subject-only
// with no body, so this rule has no effect on them anyway.
'body-max-line-length': [0],
},
};
Loading
Loading