From f32a0e519620a6360b83d0fd502aa0ddad5ff7f9 Mon Sep 17 00:00:00 2001 From: Steve-Glass <84886334+Steve-Glass@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:16:12 -0400 Subject: [PATCH 1/4] Created the dependabot yml file --- automation/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 automation/dependabot.yml diff --git a/automation/dependabot.yml b/automation/dependabot.yml new file mode 100644 index 0000000000..5737055179 --- /dev/null +++ b/automation/dependabot.yml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" From 5791b1808723fb84374ed31f22f571bccc85086c Mon Sep 17 00:00:00 2001 From: Steve-Glass <84886334+Steve-Glass@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:34:45 -0400 Subject: [PATCH 2/4] Add dependabot properties file --- automation/properties/dependabot.properties.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 automation/properties/dependabot.properties.json diff --git a/automation/properties/dependabot.properties.json b/automation/properties/dependabot.properties.json new file mode 100644 index 0000000000..2f9e29c4ce --- /dev/null +++ b/automation/properties/dependabot.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Dependabot actions update", + "description": "Use Dependabot to keep the actions you use updated to the latest versions!", + "iconName": "octicon dependabot", + "categories": ["Automation"] +} From 7017985f58e0035fa6b9572f2f6f1dd5003e91b4 Mon Sep 17 00:00:00 2001 From: Steve-Glass <84886334+Steve-Glass@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:36:55 -0400 Subject: [PATCH 3/4] Updated title --- automation/properties/dependabot.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/properties/dependabot.properties.json b/automation/properties/dependabot.properties.json index 2f9e29c4ce..88b4247c8c 100644 --- a/automation/properties/dependabot.properties.json +++ b/automation/properties/dependabot.properties.json @@ -1,5 +1,5 @@ { - "name": "Dependabot actions update", + "name": "Enabling Dependabot version updates for actions", "description": "Use Dependabot to keep the actions you use updated to the latest versions!", "iconName": "octicon dependabot", "categories": ["Automation"] From f9ababa3ba969f3635f0dfbdaf8919d5bec6d98d Mon Sep 17 00:00:00 2001 From: Steve-Glass <84886334+Steve-Glass@users.noreply.github.com> Date: Fri, 15 Oct 2021 16:41:09 -0400 Subject: [PATCH 4/4] added category --- automation/properties/dependabot.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/properties/dependabot.properties.json b/automation/properties/dependabot.properties.json index 88b4247c8c..8dba49f954 100644 --- a/automation/properties/dependabot.properties.json +++ b/automation/properties/dependabot.properties.json @@ -2,5 +2,5 @@ "name": "Enabling Dependabot version updates for actions", "description": "Use Dependabot to keep the actions you use updated to the latest versions!", "iconName": "octicon dependabot", - "categories": ["Automation"] + "categories": ["Automation", "dependency-management"] }