From 5889e9ae9d157aa8f4c463010522b5565210a6af Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 9 Mar 2024 11:17:55 +0400 Subject: [PATCH] Update dependencies in cargo.toml using a bot --- .github/dependabot.yml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b3bebd8c..12f303ced 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,22 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: '/' schedule: # Check for updates to GitHub Actions every week - interval: "weekly" + interval: weekly + + # copy over from https://github.com/pola-rs/polars/blob/main/.github/dependabot.yml + # Rust Polars + - package-ecosystem: cargo + directory: '/' + schedule: + interval: weekly + #ignore: + # - dependency-name: '*' + # update-types: ['version-update:semver-patch'] + commit-message: + prefix: build(rust) + prefix-development: chore(rust) + #labels: ['skip changelog']