diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fbc7c359 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,23 @@ +version: 2 +updates: + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + groups: + prod-dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "16:00" + ignore: + - dependency-name: "*" + update-types: [ "version-update:semver-major" ] diff --git a/codecov.yml b/codecov.yml index 6dcd1fde..7d8acad6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,4 +7,4 @@ coverage: patch: # Applies to the contents of a single PR or commit only. default: - informational: false + informational: true