diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f1be8b8d..e95170908 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,14 +4,33 @@ updates: directory: / schedule: interval: "daily" - open-pull-requests-limit: 0 + time: "02:13" + timezone: "Europe/Brussels" + labels: + - "github-actions" + - ":gear: dependencies" - package-ecosystem: "npm" directory: / schedule: interval: "daily" - open-pull-requests-limit: 0 + time: "03:35" + timezone: "Europe/Brussels" + target-branch: "versions/5.0.0" + ignore: + # Ignore minor and patch version updates + - dependency-name: "*" + update-types: ["version-update:semver-minor", "version-update:semver-patch"] + # Sticking with Husky 4.x + - dependency-name: "husky" + labels: + - "npm" + - ":gear: dependencies" - package-ecosystem: "docker" directory: / schedule: interval: "daily" - open-pull-requests-limit: 0 + time: "04:22" + timezone: "Europe/Brussels" + labels: + - "docker" + - ":gear: dependencies" diff --git a/documentation/release.md b/documentation/release.md index 0f39ead1b..947ee0440 100644 --- a/documentation/release.md +++ b/documentation/release.md @@ -27,5 +27,5 @@ Steps to follow: * Do a GitHub release. * `npm publish` * Rename the `versions/x.0.0` branch to the next version. - * Update `.github/workflows/schedule.yml` to point at the new branch. + * Update `.github/workflows/schedule.yml` and `.github/dependabot.yml` to point at the new branch. * Potentially upgrade the recipes at https://github.com/CommunitySolidServer/recipes diff --git a/renovate.json b/renovate.json deleted file mode 100644 index d282bab0e..000000000 --- a/renovate.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "extends": [ - "github>rubensworks/renovate-presets:js" - ] -}