Skip to content

Commit 5ec4c05

Browse files
authored
Fix wrong branches in dependabot
1 parent c0a5212 commit 5ec4c05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ updates:
1414
directory: "/"
1515
schedule:
1616
interval: "daily"
17-
target-branch: "kubuntuMainline"
17+
target-branch: "flavourMainline"
1818
- package-ecosystem: "github-actions"
1919
directory: "/"
2020
schedule:
2121
interval: "daily"
22-
target-branch: "kubuntuLTS"
22+
target-branch: "flavourLTS"

0 commit comments

Comments
 (0)