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
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: hack
|
command: hack
|
||||||
args: --feature-powerset check --all-targets
|
args: --feature-powerset check --lib --tests
|
||||||
msrv:
|
msrv:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# we use a matrix here just because env can't be used in job names
|
# 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:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '7 7 * * *'
|
- cron: '7 7 * * *'
|
||||||
name: cargo test (rolling)
|
name: rolling
|
||||||
jobs:
|
jobs:
|
||||||
# https://twitter.com/mycoliza/status/1571295690063753218
|
# https://twitter.com/mycoliza/status/1571295690063753218
|
||||||
nightly:
|
nightly:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue