Skip to content

Commit 58bf7ce

Browse files
authored
Merge pull request #706 from aws-powertools/ci/dependabot
chore(ci): add dependabot file
2 parents a08c5cb + f460290 commit 58bf7ce

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
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: "daily"
7+
commit-message:
8+
prefix: chore
9+
include: scope
10+
11+
- package-ecosystem: docker
12+
directory: /docs
13+
commit-message:
14+
prefix: chore
15+
include: scope
16+
schedule:
17+
interval: daily

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Build .NET
22

33
on:
44
push:
5+
paths:
6+
- "libraries/**"
57
branches: [develop, main]
68
pull_request:
9+
paths:
10+
- "libraries/**"
711
branches: [develop, main]
812

913
defaults:

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: "CodeQL"
22

33
on:
44
push:
5+
paths:
6+
- "libraries/**"
57
branches: [ "develop", main ]
68
pull_request:
7-
# The branches below must be a subset of the branches above
9+
paths:
10+
- "libraries/**"
811
branches: [ "develop" ]
912
schedule:
1013
- cron: '42 8 * * 0'

docs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
FROM squidfunk/mkdocs-material
1+
# v9.1.18
2+
FROM squidfunk/mkdocs-material@sha256:41942f7a2f5163aacd0e866e076d95db4f26550b97d76c1594c04250cbb580e9
23
RUN pip install mkdocs-git-revision-date-plugin

0 commit comments

Comments
 (0)