Skip to content

Commit 933e308

Browse files
committed
update
1 parent 254de16 commit 933e308

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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

0 commit comments

Comments
 (0)