diff options
| -rw-r--r-- | .editorconfig | 2 | ||||
| -rw-r--r-- | .github/dependabot.yml | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 9ecab0a..62e6253 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ charset = utf-8 indent_style = tab indent_size = 4 -[*.yaml] +[*.{yml,yaml}] indent_style = space indent_size = 2 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f2cb61..d9f9b6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,5 @@ updates: directory: "/" schedule: interval: "weekly" - commit-message: "deps(node)" + commit-message: + prefix: "deps(node)" |
