Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
6e6b842
chore(deps): bump actions/upload-artifact from 6 to 7
dependabot[bot] Mar 2, 2026
5fc98ed
chore(deps): bump tj-actions/changed-files from 47.0.2 to 47.0.5
dependabot[bot] Mar 9, 2026
9147a0a
chore(deps): bump actions/github-script from 8 to 9
dependabot[bot] Apr 13, 2026
9fff4fc
Merge pull request #164 from camaraproject/dependabot/github_actions/…
hdamker Apr 14, 2026
bff82c8
Merge pull request #118 from camaraproject/dependabot/github_actions/…
hdamker Apr 14, 2026
c281dbf
Merge pull request #99 from camaraproject/dependabot/github_actions/a…
hdamker Apr 14, 2026
a44b009
chore: enable Dependabot on validation-framework branch
hdamker Apr 14, 2026
36719f0
Merge pull request #167 from hdamker/fix/dependabot-validation-framew…
hdamker Apr 14, 2026
105999b
Add Regression Runner workflow stub on main
hdamker Apr 15, 2026
297db53
Merge pull request #173 from hdamker/feat/regression-runner-stub
hdamker Apr 15, 2026
7629486
chore(deps): bump tj-actions/changed-files from 47.0.5 to 47.0.6
dependabot[bot] Apr 20, 2026
17ec44c
Merge pull request #203 from camaraproject/dependabot/github_actions/…
hdamker Apr 21, 2026
3844d92
chore: enable npm Dependabot for validation/ on validation-framework …
hdamker Apr 25, 2026
672eb95
Seed config/validation-settings.yaml on main
hdamker Apr 26, 2026
4ab7916
Merge pull request #223 from hdamker/chore/dependabot-npm-validation
hdamker Apr 27, 2026
dcb9538
Merge pull request #227 from hdamker/feat/seed-validation-settings
hdamker Apr 27, 2026
22e8cd6
config: enable validation framework for onboarded repositories
hdamker Apr 29, 2026
b891076
Merge pull request #245 from hdamker/config/enable-onboarded-repos
hdamker Apr 29, 2026
a46613d
Merge main into validation-framework
hdamker Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

version: 2
updates:
# GitHub Actions - check weekly for updates
# GitHub Actions on main - check weekly for updates
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -15,3 +15,31 @@ updates:
- "dependencies"
- "github-actions"
open-pull-requests-limit: 5

# GitHub Actions on validation-framework - until it merges into main
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "validation-framework"
schedule:
interval: "weekly"
day: "monday"
commit-message:
prefix: "chore(deps)"
labels:
- "dependencies"
- "github-actions"
open-pull-requests-limit: 5

# npm on validation-framework (validation/) - until it merges into main
- package-ecosystem: "npm"
directory: "/validation"
target-branch: "validation-framework"
schedule:
interval: "weekly"
day: "monday"
commit-message:
prefix: "chore(deps)"
labels:
- "dependencies"
- "javascript"
open-pull-requests-limit: 5
32 changes: 30 additions & 2 deletions config/validation-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,35 @@ defaults:
release_profile: standard

repositories:
ClickToDial:
stage: enabled # 2026-04-29
ConsentInfo:
stage: enabled # 2026-04-29
ConsentManagement:
stage: enabled # 2026-04-29
DedicatedNetworks:
stage: enabled # 2026-04-29
DeviceIdentifier:
stage: enabled # 2026-04-29 (pre-staged; effective when DeviceIdentifier#161 merges)
EdgeApplicationManagement:
stage: enabled # 2026-04-29 (pre-staged; effective when EdgeApplicationManagement#20 merges)
IoTSIMFraudPrevention:
stage: enabled # 2026-04-29
MultiPointVPN:
stage: enabled # 2026-04-29
NetworkInsights:
stage: enabled # 2026-04-29
NetworkSliceBooking:
stage: enabled # 2026-04-29
QoSBooking:
stage: enabled # 2026-04-29
QualityOnDemand:
stage: enabled # 2026-04-29
ReleaseTest:
stage: enabled
stage: enabled # 2026-04-26 (centralized)
SessionInsights:
stage: enabled # 2026-04-29
SimpleEdgeDiscovery:
stage: enabled
stage: enabled # 2026-04-26 (centralized)
WebRTC:
stage: enabled # 2026-04-29