From 350d93ab2a1a71da118a7d7291400b5a6f96edce Mon Sep 17 00:00:00 2001 From: Renovate Bot <psre-renovate-bot@atlassian.com> Date: Tue, 9 Mar 2021 09:50:38 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..39a2b6e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} From c0f29b05ee22c73e4ab0b958a2dfce041480bc44 Mon Sep 17 00:00:00 2001 From: Joy Chiu <jchiu@atlassian.com> Date: Tue, 9 Mar 2021 22:40:13 +0000 Subject: [PATCH 2/3] Run every Monday --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..c4d172e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + "schedule:earlyMondays", + ":timezone(Australia/Sydney)" ] -} +} \ No newline at end of file From 4cc2aa93dfa0f408621ef753b3565f68aa6d7424 Mon Sep 17 00:00:00 2001 From: Joy Chiu <jchiu@atlassian.com> Date: Tue, 9 Mar 2021 22:52:59 +0000 Subject: [PATCH 3/3] DCD-1234: adding file to turn on automatic security vuln ticket filing --- security-assistant.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 security-assistant.yml diff --git a/security-assistant.yml b/security-assistant.yml new file mode 100644 index 0000000..bee9e16 --- /dev/null +++ b/security-assistant.yml @@ -0,0 +1,2 @@ +owner: ssmith@atlassian.com +file-sourceclear-tickets: true \ No newline at end of file