Skip to content

Commit 52bcfd9

Browse files
committed
MAINT: Add dependabot yaml
1 parent ba80a4b commit 52bcfd9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
exclude:
3+
authors:
4+
- dependabot
5+
- pre-commit-ci
6+
- meeseeksmachine

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ The drawback is if there is a security issue, then we're screwed.
2727

2828
1. Enjoy
2929

30-
Beta Phase: During Beta phase repository/users need to be vetted/allowlisted
31-
open an issue if you wish to participate.
32-
3330
You might also want to tell your CI-integration (like travis-ci) **not** to test the **push** __and__ **the merge**.
3431
To do so use:
3532

0 commit comments

Comments
 (0)