Skip to content

Commit

Permalink
Batch dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Feb 2, 2024
1 parent 99c6227 commit d9c7fae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
- "*"

0 comments on commit d9c7fae

Please sign in to comment.