mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Enable dependabot on the Rust projects
Add a dependabot.yml file to trigger daily dependabot updates on the four Rust projects in the codebase: - `node_types` - `generator` - `extractor` - `autobuilder`
This commit is contained in:
18
.github/dependabot.yml
vendored
Normal file
18
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/node-types"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/generator"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/extractor"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/autobuilder"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
Reference in New Issue
Block a user