Skip to content

Commit ce00b8c

Browse files
authored
update packages only in dev branch
1 parent 57a0c50 commit ce00b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ updates:
1515
day: "monday" # every Monday
1616
time: "04:00" # at 04:00 local time
1717
timezone: "Europe/Sofia"
18-
target-branch: "main" # PRs will target this branch
18+
target-branch: "dev" # PRs will target this branch
1919
open-pull-requests-limit: 10 # safety cap (not really needed with grouping)
2020
commit-message:
2121
prefix: "chore" # e.g., "chore: bump actions/*"
@@ -32,7 +32,7 @@ updates:
3232
day: "monday" # every Monday
3333
time: "04:00" # at 04:00 local time
3434
timezone: "Europe/Sofia"
35-
target-branch: "main" # PRs will target this branch
35+
target-branch: "dev" # PRs will target this branch
3636
open-pull-requests-limit: 10 # safety cap (not really needed with grouping)
3737
commit-message:
3838
prefix: "chore" # e.g., "chore: bump MySqlConnector"

0 commit comments

Comments
 (0)