From 59ce7cd579ef6a8b36304128269918982226c649 Mon Sep 17 00:00:00 2001 From: Jamie Feingold Date: Fri, 17 Jul 2026 13:16:26 -0500 Subject: [PATCH] chore: added dependabot automerge job --- .eslintrc.js | 2 +- .github/workflows/automerge-dependabot.yml | 10 ++++++++++ bin/sf-clean.js | 2 +- bin/sf-docs.js | 2 +- bin/sf-install.js | 2 +- bin/sf-prepack.js | 2 +- commitlint.config.js | 2 +- test/.eslintrc.js | 2 +- test/order-map.test.js | 2 +- utils/exists.js | 2 +- utils/husky-init.js | 2 +- utils/load-root-path.js | 2 +- utils/log.js | 2 +- utils/order-map.js | 2 +- utils/package-json.js | 2 +- utils/package-path.js | 2 +- utils/project-type.js | 2 +- utils/semver.js | 2 +- utils/sf-config.js | 2 +- utils/shelljs.js | 2 +- utils/standardize-files.js | 2 +- utils/standardize-pjson.js | 2 +- utils/write-dependencies.js | 2 +- 23 files changed, 32 insertions(+), 22 deletions(-) create mode 100644 .github/workflows/automerge-dependabot.yml diff --git a/.eslintrc.js b/.eslintrc.js index b8e9a64..31de674 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/.github/workflows/automerge-dependabot.yml b/.github/workflows/automerge-dependabot.yml new file mode 100644 index 0000000..7da6c4f --- /dev/null +++ b/.github/workflows/automerge-dependabot.yml @@ -0,0 +1,10 @@ +name: automerge-dependabot +on: + workflow_dispatch: + schedule: + - cron: '42 2,5,8,11 * * *' + +jobs: + automerge: + uses: salesforcecli/github-workflows/.github/workflows/automerge.yml@main + secrets: inherit diff --git a/bin/sf-clean.js b/bin/sf-clean.js index 951df2f..9da4307 100755 --- a/bin/sf-clean.js +++ b/bin/sf-clean.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bin/sf-docs.js b/bin/sf-docs.js index 6fd1641..dbb3597 100755 --- a/bin/sf-docs.js +++ b/bin/sf-docs.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bin/sf-install.js b/bin/sf-install.js index cb0e1d0..4bbf629 100755 --- a/bin/sf-install.js +++ b/bin/sf-install.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bin/sf-prepack.js b/bin/sf-prepack.js index f083416..3ccaf43 100755 --- a/bin/sf-prepack.js +++ b/bin/sf-prepack.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/commitlint.config.js b/commitlint.config.js index acac8fd..4ff722a 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/.eslintrc.js b/test/.eslintrc.js index 445f32f..908f935 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/order-map.test.js b/test/order-map.test.js index 0b0c2bd..17bb54f 100644 --- a/test/order-map.test.js +++ b/test/order-map.test.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/exists.js b/utils/exists.js index fa3d040..e25de25 100644 --- a/utils/exists.js +++ b/utils/exists.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/husky-init.js b/utils/husky-init.js index 9d03eed..42d4131 100644 --- a/utils/husky-init.js +++ b/utils/husky-init.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/load-root-path.js b/utils/load-root-path.js index 119e35e..626cb80 100644 --- a/utils/load-root-path.js +++ b/utils/load-root-path.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/log.js b/utils/log.js index 0fa7a24..e10a9ab 100644 --- a/utils/log.js +++ b/utils/log.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/order-map.js b/utils/order-map.js index 564d97e..e21d4fb 100644 --- a/utils/order-map.js +++ b/utils/order-map.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/package-json.js b/utils/package-json.js index f5693bf..0462630 100644 --- a/utils/package-json.js +++ b/utils/package-json.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/package-path.js b/utils/package-path.js index ed6a574..5c6e16d 100644 --- a/utils/package-path.js +++ b/utils/package-path.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/project-type.js b/utils/project-type.js index 25f50b3..ee07c30 100644 --- a/utils/project-type.js +++ b/utils/project-type.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/semver.js b/utils/semver.js index 8c96a1f..941a70c 100644 --- a/utils/semver.js +++ b/utils/semver.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/sf-config.js b/utils/sf-config.js index a4be022..2b7f1de 100644 --- a/utils/sf-config.js +++ b/utils/sf-config.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/shelljs.js b/utils/shelljs.js index 6185bf3..2711630 100644 --- a/utils/shelljs.js +++ b/utils/shelljs.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/standardize-files.js b/utils/standardize-files.js index 04a96a7..d3e01ce 100644 --- a/utils/standardize-files.js +++ b/utils/standardize-files.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/standardize-pjson.js b/utils/standardize-pjson.js index 84a5321..9b25141 100644 --- a/utils/standardize-pjson.js +++ b/utils/standardize-pjson.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/write-dependencies.js b/utils/write-dependencies.js index 0097a29..78751b0 100644 --- a/utils/write-dependencies.js +++ b/utils/write-dependencies.js @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.