Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump dirs from 4.0.0 to 5.0.1 #12

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
024f38a
Create dependabot.yml
matthiasgoergens May 9, 2024
7c5b316
Merge pull request #1 from 0xmozak/matthiasgoergens-dependabot
matthiasgoergens May 9, 2024
21dc033
chore(deps): bump anstyle from 1.0.6 to 1.0.7
dependabot[bot] May 9, 2024
dda25d8
chore(deps): bump yansi from 0.5.1 to 1.0.1
dependabot[bot] May 9, 2024
f711f89
Enable merge-groups for PRs into `main`
matthiasgoergens May 9, 2024
d5a5447
Merge pull request #8 from 0xmozak/matthias/enable-merge-queue
matthiasgoergens May 9, 2024
b61cf74
chore(deps): bump reqwest-middleware from 0.2.5 to 0.3.1
dependabot[bot] May 9, 2024
0ffa4d6
Merge pull request #7 from 0xmozak/dependabot/cargo/reqwest-middlewar…
matthiasgoergens May 9, 2024
1cf2b83
chore(deps): bump reqwest from 0.11.27 to 0.12.4
dependabot[bot] May 9, 2024
e6d3e20
Merge pull request #6 from 0xmozak/dependabot/cargo/reqwest-0.12.4
matthiasgoergens May 9, 2024
8f48e3e
chore(deps): bump ubuntu from 22.04 to 24.04 in /cli/docker
dependabot[bot] May 9, 2024
3294606
Merge pull request #5 from 0xmozak/dependabot/cargo/yansi-1.0.1
matthiasgoergens May 9, 2024
ac4a4e9
Merge pull request #4 from 0xmozak/dependabot/cargo/anstyle-1.0.7
matthiasgoergens May 9, 2024
33abb01
Merge pull request #2 from 0xmozak/dependabot/docker/cli/docker/ubunt…
matthiasgoergens May 9, 2024
047c89f
chore(deps): bump indicatif from 0.15.0 to 0.17.8
dependabot[bot] May 9, 2024
76df5b0
Merge pull request #3 from 0xmozak/dependabot/cargo/indicatif-0.17.8
matthiasgoergens May 9, 2024
574a46d
Upgrade everything
matthiasgoergens May 9, 2024
d19e895
Merge pull request #9 from 0xmozak/matthias/update-everything
matthiasgoergens May 9, 2024
7f071cf
chore(deps): bump dirs from 4.0.0 to 5.0.1
dependabot[bot] May 13, 2024
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
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/cli/docker"
schedule:
interval: "weekly"
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types:
- opened
- edited
merge_group:

permissions:
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- "sdk/**"
- "examples/fibonacci/**"
- ".github/workflows/**"
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
Loading
Loading