Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/PklProject
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ dependencies {
uri = "package://pkg.pkl-lang.org/pkl-project-commons/pkl.impl.ghactions@1.8.0"
}
["com.github.actions"] {
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.3.0"
uri = "package://pkg.pkl-lang.org/pkl-pantry/com.github.actions@1.6.0"
}
}
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
version: 2
updates:
- package-ecosystem: gomod
cooldown:
default-days: 7
exclude:
- github.com/apple/pkl-go
directories:
- /helm
- /prometheus
schedule:
interval: weekly
- package-ecosystem: github-actions
cooldown:
default-days: 7
Expand Down
31 changes: 31 additions & 0 deletions .github/index.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,34 @@ release = (build) {
}
}
}

dependabot {
updates {
new {
`package-ecosystem` = "gomod"
cooldown {
`default-days` = 7
exclude {
"github.com/apple/pkl-go"
}
}
schedule {
interval = "weekly"
}
directories {
for (reader in readers) {
"/" + reader.directory
}
}
}
}
}

codeql {
scans {
new {
language = "go"
buildMode = "autobuild"
}
}
}
17 changes: 17 additions & 0 deletions .github/workflows/codeql.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading