Skip to content

Commit ef6e8d5

Browse files
authored
Start security scans with dependabot (#1041)
1 parent 22861ca commit ef6e8d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
version: 2
44
updates:
55

6+
- package-ecosystem: "gradle"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"
10+
labels:
11+
- "dependencies"
12+
- "skip changelog"
13+
614
- package-ecosystem: "github-actions"
715
directory: "/"
816
schedule:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Changelog
22

33
## Unreleased
4-
4+
* add dependency updates for Gradle via dependabot ([#1040](https://github.com/opendevstack/ods-jenkins-shared-library/issues/1040))
5+
* Fix documentation refers to qs with prefix infra- however there are only inf- quickstarters ([#1060](https://github.com/opendevstack/ods-jenkins-shared-library/issues/1060))
56
* Fix Tailor deployment drifts for D, Q envs ([#1055](https://github.com/opendevstack/ods-jenkins-shared-library/pull/1055))
67
* Update api version in ocp templates for image, buildconfig, route and deploymentconfig ([#1072](https://github.com/opendevstack/ods-jenkins-shared-library/issues/1072))
78
* Fix excessive number of Api calls to Jira to retrieve the last document version ([#654](https://github.com/opendevstack/ods-jenkins-shared-library/issues/654))

0 commit comments

Comments
 (0)