File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ============================================================
2+ # .github/dependabot.yml (Check for GitHub Actions updates)
3+ # ============================================================
4+ # SOURCE: https://github.com/denisecase/templates
5+ #
6+ # REQ.PROJECT: This repository SHOULD track GitHub Actions updates automatically.
7+ # WHY-FILE: GitHub Actions are executable dependencies and may receive security or behavior updates.
8+ # OBS: Language-level dependencies (e.g., Python packages) are upgraded manually.
9+ # OBS: GitHub Actions are the only dependency class automated here.
10+ # ALT: Dependabot could be omitted if workflows are pinned and reviewed manually.
11+ # CUSTOM: Update interval if CI cadence or security posture changes.
12+
13+ # NOTE: This file automatically updates the versions used in Actions workflows.
14+ # You don't need to modify this file.
15+ # To disable: Delete this file or set enabled: false below.
16+ # enabled: false # Uncomment to disable Dependabot
17+
18+ version : 2 # Dependabot configuration version
19+
20+ updates :
21+ - package-ecosystem : " github-actions" # Dependency type
22+ directory : " /" # Location of GitHub Actions workflows
23+ schedule :
24+ interval : " monthly" # ALT: Use "weekly" for higher security when needed
25+ commit-message :
26+ prefix : " (deps)" # WHY: enable filtering by commit type
Original file line number Diff line number Diff line change 11# adaptive-conformance-specification
22
33[ ![ CI Status] ( https://github.com/adaptive-interfaces/adaptive-conformance-specification/actions/workflows/ci.yml/badge.svg?branch=main )] ( https://github.com/adaptive-interfaces/adaptive-conformance-specification/actions/workflows/ci.yml )
4- [ ![ Link Check] ( https://github.com/adaptive-interfaces/adaptive-conformance-specification/actions/workflows/links.yml/badge.svg?branch=main )] ( https://github.com/adaptive-interfaces/adaptive-conformance-specification/actions/workflows/links.yml )
54[ ![ MIT] ( https://img.shields.io/badge/license-see%20LICENSE-yellow.svg )] ( ./LICENSE )
5+ [ ![ Check Links] ( https://github.com/adaptive-interfaces/adaptive-conformance-specification/actions/workflows/links.yml/badge.svg?branch=main )] ( https://github.com/adaptive-interfaces/adaptive-conformance-specification/actions/workflows/links.yml )
6+ [ ![ Dependabot] ( https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg )] ( https://github.com/adaptive-interfaces/adaptive-conformance-specification/security )
67
78> Adaptive Conformance Specification (ACS) Skill
89
You can’t perform that action at this time.
0 commit comments