Skip to content

Commit

Permalink
delete dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser authored Feb 3, 2023
1 parent 992656a commit 13c7ae1
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
# See: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#configuration-options-for-dependabotyml
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 3

- package-ecosystem: npm
directory: "/interfaces/IBF-dashboard"
schedule:
interval: weekly
open-pull-requests-limit: 3
versioning-strategy: increase-if-necessary

- package-ecosystem: docker
directory: "/interfaces/IBF-dashboard"
schedule:
interval: weekly
open-pull-requests-limit: 3

- package-ecosystem: npm
directory: "/services/API-service"
schedule:
interval: weekly
open-pull-requests-limit: 3
versioning-strategy: increase-if-necessary

- package-ecosystem: docker
directory: "/services/API-service"
schedule:
interval: weekly
open-pull-requests-limit: 3

0 comments on commit 13c7ae1

Please sign in to comment.