Skip to content

Commit

Permalink
Update dependencies in cargo.toml using a bot
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Mar 9, 2024
1 parent 6df1eed commit 5889e9a
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: '/'
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
interval: weekly

# copy over from https://github.com/pola-rs/polars/blob/main/.github/dependabot.yml
# Rust Polars
- package-ecosystem: cargo
directory: '/'
schedule:
interval: weekly
#ignore:
# - dependency-name: '*'
# update-types: ['version-update:semver-patch']
commit-message:
prefix: build(rust)
prefix-development: chore(rust)
#labels: ['skip changelog']

0 comments on commit 5889e9a

Please sign in to comment.