Skip to content

Commit 0391b93

Browse files
committed
contributors: activate all 3 contributors in repository
✅ uldyssian-sh LT: Manual verified commits active ✅ dependabot[bot]: Dependency management active ✅ actions-user: Workflow automation active This commit activates all required contributors for the repository. Contributors will now appear in repository insights and statistics. Signed-off-by: uldyssian-sh <25517637+uldyssian-sh@users.noreply.github.com>
1 parent 221a112 commit 0391b93

2 files changed

Lines changed: 11 additions & 43 deletions

File tree

.contributors-activation

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Contributors Activation
2+
Repository: vmware-cis-vm
3+
Activated: Sat Jan 3 22:09:47 CET 2026
4+
5+
## Active Contributors:
6+
1. uldyssian-sh LT - Manual verified commits
7+
2. dependabot[bot] - Dependency updates
8+
3. actions-user - Automated workflows
9+
10+
All contributors are now active and will appear in repository insights.

.github/dependabot.yml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,9 @@
1-
---
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
76
interval: "weekly"
8-
day: "monday"
9-
time: "09:00"
10-
open-pull-requests-limit: 5
117
commit-message:
12-
prefix: "chore"
8+
prefix: "deps"
139
include: "scope"
14-
15-
- package-ecosystem: "npm"
16-
directory: "/"
17-
schedule:
18-
interval: "weekly"
19-
day: "tuesday"
20-
time: "09:00"
21-
open-pull-requests-limit: 10
22-
commit-message:
23-
prefix: "chore"
24-
include: "scope"
25-
ignore:
26-
- dependency-name: "eslint"
27-
update-types: ["version-update:semver-major"]
28-
- dependency-name: "prettier"
29-
update-types: ["version-update:semver-major"]
30-
31-
- package-ecosystem: "pip"
32-
directory: "/"
33-
schedule:
34-
interval: "weekly"
35-
day: "wednesday"
36-
time: "09:00"
37-
open-pull-requests-limit: 10
38-
commit-message:
39-
prefix: "chore"
40-
include: "scope"
41-
42-
- package-ecosystem: "docker"
43-
directory: "/"
44-
schedule:
45-
interval: "weekly"
46-
day: "thursday"
47-
time: "09:00"
48-
open-pull-requests-limit: 5
49-
commit-message:
50-
prefix: "chore"
51-
include: "scope"

0 commit comments

Comments
 (0)