Skip to content

Commit 6f95643

Browse files
committed
Configure Dependabot for GitHub Actions and Docker
Added configuration for GitHub Actions and Docker updates.
1 parent 2434ed9 commit 6f95643

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
all-actions:
9+
patterns: [ "*" ]
10+
assignees:
11+
- vicentebolea
12+
- package-ecosystem: "docker"
13+
directory: "/scripts/docker/"
14+
schedule:
15+
interval: "weekly"
16+
assignees:
17+
- vicentebolea

bandit.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)