Skip to content

Commit

Permalink
Add dependabot profile for rust projects
Browse files Browse the repository at this point in the history
  • Loading branch information
blkt committed May 10, 2024
1 parent 8a1d454 commit 94cfa6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions profiles/github/dependabot_rust.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 94cfa6e

Please sign in to comment.