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" diff --git a/automation/properties/dependabot.properties.json b/automation/properties/dependabot.properties.json new file mode 100644 index 0000000000..8dba49f954 --- /dev/null +++ b/automation/properties/dependabot.properties.json @@ -0,0 +1,6 @@ +{ + "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", "dependency-management"] +}