From 94cfa6ea40d32b7ac97cf67e0aa9b69646f61820 Mon Sep 17 00:00:00 2001 From: Michelangelo Mori Date: Fri, 10 May 2024 09:38:08 +0200 Subject: [PATCH] Add dependabot profile for rust projects --- profiles/github/dependabot_rust.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 profiles/github/dependabot_rust.yaml diff --git a/profiles/github/dependabot_rust.yaml b/profiles/github/dependabot_rust.yaml new file mode 100644 index 0000000..2630496 --- /dev/null +++ b/profiles/github/dependabot_rust.yaml @@ -0,0 +1,16 @@ +--- +# Simple profile showing off the dependabot_configured rule +version: v1 +type: profile +name: dependabot-rust-github-profile +display_name: Dependabot for Rust projects +context: + provider: github +alert: "on" +remediate: "off" +repository: + - type: dependabot_configured + def: + package_ecosystem: cargo + schedule_interval: daily + apply_if_file: Cargo.toml