Skip to content

Commit d8e32ba

Browse files
authored
Merge pull request #2458 from CliMA/he/ci-use-dependabot-to-update
2 parents 3c150fa + eb277f9 commit d8e32ba

File tree

2 files changed

+12
-31
lines changed

2 files changed

+12
-31
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+
# Julia support: https://discourse.julialang.org/t/psa-github-dependabot-now-supports-julia/134997
23
version: 2
34
updates:
45
- package-ecosystem: "github-actions"
56
directory: "/" # Location of package manifests
67
schedule:
78
interval: "weekly"
9+
- package-ecosystem: "julia"
10+
directories:
11+
- "/"
12+
- ".buildkite" # TODO: remove this if/when we move to [workspaces]
13+
schedule:
14+
interval: "weekly"
15+
day: "wednesday"
16+
groups: # groups all julia package updates into a single PR
17+
all-julia-packages:
18+
patterns:
19+
- "*"

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)