Merge remote-tracking branch 'ci/main'
This commit is contained in:
commit
e32dec9e92
3 changed files with 19 additions and 2 deletions
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
- package-ecosystem: cargo
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
ignore:
|
||||
- dependency-name: "*"
|
||||
# patch and minor updates don't matter for libraries
|
||||
# remove this ignore rule if your package has binaries
|
||||
update-types:
|
||||
- "version-update:semver-patch"
|
||||
- "version-update:semver-minor"
|
||||
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: hack
|
||||
args: --feature-powerset check --all-targets
|
||||
args: --feature-powerset check --lib --tests
|
||||
msrv:
|
||||
runs-on: ubuntu-latest
|
||||
# we use a matrix here just because env can't be used in job names
|
||||
|
|
|
|||
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
pull_request:
|
||||
schedule:
|
||||
- cron: '7 7 * * *'
|
||||
name: cargo test (rolling)
|
||||
name: rolling
|
||||
jobs:
|
||||
# https://twitter.com/mycoliza/status/1571295690063753218
|
||||
nightly:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue