Skip to content

Commit 3419dac

Browse files
MAINT: Add dependabot yaml (#128)
* MAINT: Add dependabot yaml * Update .github/dependabot.yml Co-authored-by: Matthew Feickert <[email protected]> --------- Co-authored-by: Matthew Feickert <[email protected]>
1 parent ba80a4b commit 3419dac

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.github/dependabot.yml

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

.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)