Skip to content

Commit

Permalink
Enable auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed May 3, 2021
1 parent 9d1aed5 commit 3ee7466
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 53 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{*.js,*.json,.*rc}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
48 changes: 0 additions & 48 deletions .github/dependabot.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackageNames": ["php"],
"matchDatasources": ["docker"],
"matchUpdateTypes": [
"major",
"minor",
"pin",
"digest",
"lockFileMaintenance",
"rollback",
"bump"
],
"enabled": false
}
]
}
5 changes: 0 additions & 5 deletions renovate.json

This file was deleted.

0 comments on commit 3ee7466

Please sign in to comment.