Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
---
name: Security audit

'on':
# push:
# paths:
# # Run if workflow changes
# - '.github/workflows/audit.yml'
# # Run on changed dependencies
# - '**/Cargo.toml'
# - '**/Cargo.lock'
# # Run if the configuration file changes
# - '**/audit.toml'
# Rerun periodicly to pick up new advisories
"on":
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: '43 05 * * *'
- cron: "43 05 * * *"
# Run manually
workflow_dispatch:

Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/build_binaries.json

This file was deleted.

Loading