Skip to content

Commit

Permalink
ci: Enable Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Nov 22, 2024
1 parent 1e824ac commit 7d71142
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ indent_size = 4
indent_style = space
insert_final_newline = true

[*.{iml,kts,mjs,json,xml,yaml}]
[*.{iml,kts,mjs,json,xml,yml,yaml}]
indent_size = 2
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: gradle
directory: '/'
schedule:
interval: weekly

- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly

0 comments on commit 7d71142

Please sign in to comment.