diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a7c7d1..f697413 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ updates: interval: "weekly" day: "friday" time: "00:30" - target-branch: "dev" + target-branch: "main" assignees: - "hibare" groups: @@ -23,7 +23,7 @@ updates: interval: "weekly" day: "friday" time: "00:30" - target-branch: "dev" + target-branch: "main" assignees: - "hibare" allow: @@ -42,7 +42,7 @@ updates: interval: "weekly" day: "friday" time: "00:30" - target-branch: "dev" + target-branch: "main" assignees: - "hibare" groups: diff --git a/.vscode/settings.json b/.vscode/settings.json index d8f913f..a6b8f98 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,8 @@ "ui.semanticTokens": true }, "cSpell.words": [ + "gomod", + "hibare", "mapstructure" ] }