diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6db5e610a..2f3862942 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,21 +15,18 @@ # specific language governing permissions and limitations # under the License. -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. - version: 2 updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" + open-pull-requests-limit: 1 + groups: + all: + patterns: ["*"] - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" - day: "friday" + interval: "monthly" + open-pull-requests-limit: 1