diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 284728b..90b476c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: "monthly" commit-message: - prefix: "chore(deps): ⚛︎ update" + prefix: "chore(deps): ⚛︎ update" labels: - "chore" - "dependencies" diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ae92ee7..4f1451c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,6 @@ --- -# This workflow will build a golang project, for more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go +# This workflow will build a golang project +# for more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go name: Go