diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index af5baac..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 1 - - - package_manager: "php:composer" - directory: "/application" - update_schedule: "daily" - target_branch: "automated_updates" - version_requirement_updates: "auto" - - - package_manager: "javascript" - directory: "/application" - update_schedule: "daily" - target_branch: "automated_updates" - version_requirement_updates: "auto" - - - package_manager: "docker" - direcotry: "/" - update_schedule: "daily" - target_branch: "automated_updates" - - diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..29337da --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +version: 2 +updates: +- package-ecosystem: composer + directory: "/application" + schedule: + interval: daily + time: "12:00" + open-pull-requests-limit: 10 +- package-ecosystem: npm + directory: "/application" + schedule: + interval: daily + time: "12:00" + open-pull-requests-limit: 10 + ignore: + - dependency-name: urijs + versions: + - 1.19.4 + - dependency-name: lodash + versions: + - 4.17.20 + - dependency-name: elliptic + versions: + - 6.5.3