From d9c7fae23a8c4030e9c176a48dcbb359875c33e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Eppl=C3=A9e?= Date: Fri, 2 Feb 2024 11:03:37 +0100 Subject: [PATCH] Batch dependency updates --- .editorconfig | 10 ++++++++++ .github/dependabot.yml | 9 ++++----- 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..523658f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +insert_final_newline = true +end_of_line = lf + +[*.{yml,yaml}] +indent_style=space +indent_size=2 diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76b8463..6ebb6b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,10 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "cargo" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + all-dependencies: + patterns: + - "*"