Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .github/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ dependencies {
["com.github.actions"] {
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.3.0"
}
["com.github.dependabot"] {
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1.1.0"
}
}
4 changes: 2 additions & 2 deletions .github/PklProject.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
},
"package://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1": {
"type": "remote",
"uri": "projectpackage://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1.0.4",
"uri": "projectpackage://pkg.pkl-lang.org/pkl-pantry/com.github.dependabot@1.1.0",
"checksums": {
"sha256": "c7391119f946d7761d0ca0cc358ed8fe2bdfc691411087ccac89637bd96fec4a"
"sha256": "a797691aa08f2b4a4431bb0954e751643d81136ca25c58a647ae5153125efe28"
}
}
}
Expand Down
5 changes: 4 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ updates:
directories:
- /buildtimeeval
- /simple
groups:
all:
group-by: dependency-name
schedule:
interval: weekly
interval: quarterly
- package-ecosystem: github-actions
cooldown:
default-days: 7
Expand Down
15 changes: 9 additions & 6 deletions .github/index.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "@pkl.impl.ghactions/jobs/HawkeyeCheck.pkl"
import "@pkl.impl.ghactions/steps/SetupPkl.pkl"

local swiftImage = "swift:6.2-rhel-ubi9"
local pklVersion = "0.31.0"
local pklVersion = "0.32.0"

prb = main

Expand Down Expand Up @@ -63,19 +63,22 @@ dependabot {
updates {
new {
`package-ecosystem` = "swift"
directories {
"/buildtimeeval"
"/simple"
}
directories =
read*("../*/Package.swift").keys
.map((it) -> it.replaceFirst("..", "").replaceLast("/Package.swift", ""))
.toListing()
schedule {
interval = "weekly"
interval = "quarterly"
}
cooldown {
`default-days` = 7
exclude {
"https://github.com/apple/pkl-swift"
}
}
groups {
["all"] { `group-by` = "dependency-name" }
}
}
}
}
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand All @@ -62,9 +62,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand All @@ -86,9 +86,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand All @@ -60,9 +60,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand All @@ -84,9 +84,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/prb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand All @@ -56,9 +56,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand All @@ -80,9 +80,9 @@ jobs:
- name: Setup Pkl
id: setup-pkl
env:
PKL_VERSION: 0.31.0
PKL_VERSION: 0.32.0
PKL_FILENAME: pkl
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.31.0/pkl-linux-amd64
PKL_DOWNLOAD_URL: https://github.com/apple/pkl/releases/download/0.32.0/pkl-linux-amd64
shell: bash
run: |-
DIR="$(mktemp -d /tmp/pkl-$PKL_VERSION-XXXXXX)"
Expand Down
Loading