Skip to content

Commit

Permalink
Merge pull request #583 from tschm/main
Browse files Browse the repository at this point in the history
Update dependencies in cargo.toml using a bot
  • Loading branch information
wangxiaoying authored Mar 27, 2024
2 parents a8a725c + 5889e9a commit 40b3bd0
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 40b3bd0

Please sign in to comment.