Skip to content

Commit 56eb262

Browse files
authored
Merge pull request #311 from CliMA/he/ci-use-dependabot-to-update
ci: use dependabot to update julia packages
2 parents 6fb60b4 + 2de5a1c commit 56eb262

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 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
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/" # Location of package manifests
7+
schedule:
8+
interval: "weekly"
9+
- package-ecosystem: "julia"
10+
directories:
11+
- "/"
12+
schedule:
13+
interval: "weekly"
14+
day: "wednesday"
15+
groups: # groups all julia package updates into a single PR
16+
all-julia-packages:
17+
patterns:
18+
- "*"

.github/workflows/CompatHelper.yml

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

0 commit comments

Comments
 (0)