Skip to content

Commit

Permalink
Merge pull request #136 from stefanprodan/ci-imp
Browse files Browse the repository at this point in the history
ci: Pin cuelang version to v0.5.0
  • Loading branch information
stefanprodan authored Jul 8, 2023
2 parents 2d7b8ac + 4a00ed3 commit 601a930
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
labels: ["area/ci", "dependencies"]
groups:
# Group all updates together, so that they are all applied in a single PR.
# Grouped updates are currently in beta and is subject to change.
# xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
ci:
patterns:
- "*"
schedule:
# by default this will be on a monday.
# By default, this will be on a monday.
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup CUE
uses: cue-lang/setup-cue@0be332bb74c8a2f07821389447ba3163e2da3bfb # main
with:
version: latest
version: v0.5.0
- name: Run tests
run: make test
- name: Run linter
Expand Down

0 comments on commit 601a930

Please sign in to comment.