Skip to content

Commit

Permalink
Merge pull request #112 from blkt/dependabot-for-rust
Browse files Browse the repository at this point in the history
Add dependabot profile for rust projects
  • Loading branch information
JAORMX authored May 10, 2024
2 parents 8a1d454 + 94cfa6e commit 44abfca
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 44abfca

Please sign in to comment.