diff options
| author | XhmikosR <[email protected]> | 2023-03-21 12:27:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-21 12:27:28 +0200 |
| commit | 43ec90ba56c53e6ebbece17d891c4ec1a3c92dce (patch) | |
| tree | 8f047e34e7b1553168c3e09ea99ecce6234fac6c /.github | |
| parent | a6d8aa827d645796cf986e289b7311360318a21f (diff) | |
| download | bootstrap-43ec90ba56c53e6ebbece17d891c4ec1a3c92dce.tar.xz bootstrap-43ec90ba56c53e6ebbece17d891c4ec1a3c92dce.zip | |
Update dependabot.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29135b400..f54ba8953 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,24 +1,23 @@ version: 2 updates: - - package-ecosystem: npm + - package-ecosystem: "github-actions" directory: "/" schedule: interval: weekly day: tuesday time: "12:00" timezone: Europe/Athens - open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: "/" reviewers: - XhmikosR labels: - dependencies - v5 - versioning-strategy: increase - rebase-strategy: disabled - - package-ecosystem: "github-actions" - directory: "/" schedule: interval: weekly day: tuesday time: "12:00" timezone: Europe/Athens + versioning-strategy: increase + rebase-strategy: disabled |
