Skip to content

Commit 829eac3

Browse files
authored
Replace Tagbot with dependabot (#76)
1 parent eab1dd0 commit 829eac3

2 files changed

Lines changed: 13 additions & 36 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"
5-
directory: "/" # Location of package manifests
4+
directory: "/"
65
schedule:
7-
interval: "weekly"
6+
interval: "weekly"
7+
- package-ecosystem: "julia"
8+
directories: # Location of Julia projects
9+
- "."
10+
- "./docs"
11+
- "./test"
12+
schedule:
13+
interval: "weekly"
14+
# groups: # uncomment to group all julia package updates into a single PR
15+
# all-julia-packages:
16+
# patterns:
17+
# - "*"

.github/workflows/TagBot.yml

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

0 commit comments

Comments
 (0)