Skip to content

Commit 35e49cb

Browse files
authored
Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#28)
1 parent ba09817 commit 35e49cb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.dorpsgek.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ notifications:
55
- openttd.notice
66

77
pull-request:
8+
except-by:
9+
- dependabot\[bot\]
810
issue:
911
tag-created:

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)