We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba09817 commit 35e49cbCopy full SHA for 35e49cb
.dorpsgek.yml
@@ -5,5 +5,7 @@ notifications:
5
- openttd.notice
6
7
pull-request:
8
+ except-by:
9
+ - dependabot\[bot\]
10
issue:
11
tag-created:
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: "github-actions"
4
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ groups:
+ actions:
+ patterns:
+ - "*"
0 commit comments